diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-05-25 15:18:34 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-05-25 15:18:34 +0000 |
commit | 3ad1df668e441898c654d310b1b271a6b5e5a623 (patch) | |
tree | ae0fc765f4478d2420a2e1269ea5748aba48cde5 /lib | |
parent | d5bc98fcec10a3689d6491bd25ff31ef6fba9d2d (diff) |
AIX wants sys/time.h included
Diffstat (limited to 'lib')
-rw-r--r-- | lib/if2ip.c | 4 |
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 |