mirror of
https://github.com/curl/curl.git
synced 2026-07-24 11:37:21 +03:00
FIONBIO is in sys/ioctl.h on AIX
This commit is contained in:
parent
1dcb2b7e65
commit
40eb7d0d48
2 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue