mirror of
https://github.com/curl/curl.git
synced 2026-07-22 12:37:16 +03:00
AIX wants sys/time.h included
This commit is contained in:
parent
d5bc98fcec
commit
3ad1df668e
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue