FIONBIO is in sys/ioctl.h on AIX
authorDaniel Stenberg <daniel@haxx.se>
Fri, 3 Jun 2005 07:39:18 +0000 (07:39 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 3 Jun 2005 07:39:18 +0000 (07:39 +0000)
ares/ares_process.c
ares/configure.ac

index 83b4070..c050308 100644 (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>
index e3a9c96..6f5100b 100644 (file)
@@ -65,6 +65,7 @@ AC_CHECK_HEADERS(
        sys/time.h \\r
        sys/select.h \\r
        sys/socket.h \\r
+       sys/ioctl.h \\r
        winsock.h \\r
        netinet/in.h \\r
        net/if.h \\r