1
0
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:
Daniel Stenberg 2005-06-03 07:39:18 +00:00
parent 1dcb2b7e65
commit 40eb7d0d48
2 changed files with 4 additions and 0 deletions

View File

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

View File

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