summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-05-25 15:18:34 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-05-25 15:18:34 +0000
commit3ad1df668e441898c654d310b1b271a6b5e5a623 (patch)
treeae0fc765f4478d2420a2e1269ea5748aba48cde5
parentd5bc98fcec10a3689d6491bd25ff31ef6fba9d2d (diff)
downloadgnurl-3ad1df668e441898c654d310b1b271a6b5e5a623.tar.gz
gnurl-3ad1df668e441898c654d310b1b271a6b5e5a623.tar.bz2
gnurl-3ad1df668e441898c654d310b1b271a6b5e5a623.zip
AIX wants sys/time.h included
-rw-r--r--lib/if2ip.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/if2ip.c b/lib/if2ip.c
index f8a37bb12..e9b8a4955 100644
--- a/lib/if2ip.c
+++ b/lib/if2ip.c
@@ -66,6 +66,10 @@
#include <netdb.h>
#endif
+#include HAVE_SYS_TIME_H
+#include <sys/time.h>
+#endif
+
#ifdef HAVE_SYS_SOCKIO_H
#include <sys/sockio.h>
#endif