diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-03-14 15:51:10 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-03-14 15:51:10 +0000 |
commit | ec4e653c6ffba1948a507c5a7918022dd4e6f7ce (patch) | |
tree | 6948bf49317f309086d09545b423b9e595058850 /lib/if2ip.c | |
parent | 3916d1e6cbe8eb5cb4dbbc43690b44b0b8fe6cc1 (diff) | |
download | curl-ec4e653c6ffba1948a507c5a7918022dd4e6f7ce.tar.gz |
hushing up more warnings
Diffstat (limited to 'lib/if2ip.c')
-rw-r--r-- | lib/if2ip.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/if2ip.c b/lib/if2ip.c index 8f0a07782..db28e4aad 100644 --- a/lib/if2ip.c +++ b/lib/if2ip.c @@ -31,6 +31,8 @@ #include <unistd.h> #endif +#include "if2ip.h" + #if !defined(WIN32) && !defined(__BEOS__) && !defined(__CYGWIN32__) && \ !defined(__riscos__) && !defined(__INTERIX) && !defined(NETWARE) @@ -55,7 +57,6 @@ #include <sys/ioctl.h> #endif -/* -- if2ip() -- */ #ifdef HAVE_NETDB_H #include <netdb.h> #endif @@ -72,7 +73,6 @@ #include <inet.h> #endif -#include "if2ip.h" #include "memory.h" /* The last #include file should be: */ |