]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
AIX wants sys/time.h included
authorDaniel Stenberg <daniel@haxx.se>
Thu, 25 May 2000 15:18:34 +0000 (15:18 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 25 May 2000 15:18:34 +0000 (15:18 +0000)
lib/if2ip.c

index f8a37bb121b2c7da0cb39ff039c475bfcc56e76b..e9b8a49555b95955292e556fb2c67c6e94912233 100644 (file)
 #include <netdb.h>
 #endif
 
+#include HAVE_SYS_TIME_H
+#include <sys/time.h>
+#endif
+
 #ifdef HAVE_SYS_SOCKIO_H
 #include <sys/sockio.h>
 #endif