From 3ad1df668e441898c654d310b1b271a6b5e5a623 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 25 May 2000 15:18:34 +0000 Subject: [PATCH] AIX wants sys/time.h included --- lib/if2ip.c | 4 ++++ 1 file changed, 4 insertions(+) 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 #endif +#include HAVE_SYS_TIME_H +#include +#endif + #ifdef HAVE_SYS_SOCKIO_H #include #endif