From: Daniel Stenberg Date: Thu, 25 May 2000 15:18:34 +0000 (+0000) Subject: AIX wants sys/time.h included X-Git-Tag: curl-7_1_1~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ad1df668e441898c654d310b1b271a6b5e5a623;p=thirdparty%2Fcurl.git AIX wants sys/time.h included --- diff --git a/lib/if2ip.c b/lib/if2ip.c index f8a37bb121..e9b8a49555 100644 --- a/lib/if2ip.c +++ b/lib/if2ip.c @@ -66,6 +66,10 @@ #include #endif +#include HAVE_SYS_TIME_H +#include +#endif + #ifdef HAVE_SYS_SOCKIO_H #include #endif