mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 07:38:49 -05:00
FIONBIO is in sys/ioctl.h on AIX
This commit is contained in:
parent
1dcb2b7e65
commit
40eb7d0d48
@ -33,6 +33,9 @@
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_IOCTL_H
|
||||
#include <sys/ioctl.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
@ -65,6 +65,7 @@ AC_CHECK_HEADERS(
|
||||
sys/time.h \
|
||||
sys/select.h \
|
||||
sys/socket.h \
|
||||
sys/ioctl.h \
|
||||
winsock.h \
|
||||
netinet/in.h \
|
||||
net/if.h \
|
||||
|
Loading…
Reference in New Issue
Block a user