diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2005-03-16 02:25:12 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2005-03-16 02:25:12 +0000 |
commit | bf87d13f5b94aed8876d2c950faeadf7e6636128 (patch) | |
tree | 763f1e19027c1f40f1847048131fc73c0dceee99 /lib/if2ip.c | |
parent | efaf6886505cd29084af05aa06edc19fd71bdfe9 (diff) | |
download | curl-bf87d13f5b94aed8876d2c950faeadf7e6636128.tar.gz |
Fixed some compiler warnings I should have noticed before.
Diffstat (limited to 'lib/if2ip.c')
-rw-r--r-- | lib/if2ip.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/if2ip.c b/lib/if2ip.c index 966032506..70e93634c 100644 --- a/lib/if2ip.c +++ b/lib/if2ip.c @@ -69,6 +69,7 @@ #include <inet.h> #endif +#include "inet_ntop.h" #include "memory.h" /* The last #include file should be: */ |