aboutsummaryrefslogtreecommitdiff
path: root/lib/url.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-01-11 15:25:29 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-01-11 15:25:29 +0000
commite3fa7d021e4f37db40229a7c8f93296d4132e4db (patch)
tree1c50c08f7f92b8b08fd0b9b7df8ec8e7c8208dab /lib/url.c
parenta1813e2b2d6e0e0fd07077ececa00dd3a3a617db (diff)
Renamed easy.h and multi.h to easyif.h and multiif.h to make sure they don't
shadow our public headers with the former names.
Diffstat (limited to 'lib/url.c')
-rw-r--r--lib/url.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/url.c b/lib/url.c
index 6c3b662b4..67e634077 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -118,7 +118,7 @@ void idn_free (void *ptr); /* prototype from idn-free.h, not provided by
#include "http_digest.h"
#include "http_negotiate.h"
#include "select.h"
-#include "multi.h"
+#include "multiif.h"
/* And now for the protocols */
#include "ftp.h"