Commit 40eb7d0d authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

FIONBIO is in sys/ioctl.h on AIX

parent 1dcb2b7e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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>
+1 −0
Original line number Diff line number Diff line
@@ -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 \