1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

AIX wants sys/time.h included

This commit is contained in:
Daniel Stenberg 2000-05-25 15:18:34 +00:00
parent d5bc98fcec
commit 3ad1df668e

View File

@ -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