Commit 3ad1df66 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

AIX wants sys/time.h included

parent d5bc98fc
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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