aboutsummaryrefslogtreecommitdiff
path: root/ares/ares_process.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-06-03 07:39:18 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-06-03 07:39:18 +0000
commit40eb7d0d48a61865bff9f0d6e336ef9491515f0b (patch)
treeba6f553efd9c7e9ccc282bb9f76f35e93c81b76f /ares/ares_process.c
parent1dcb2b7e6592ae957b3d57f19b13c426768da4c8 (diff)
FIONBIO is in sys/ioctl.h on AIX
Diffstat (limited to 'ares/ares_process.c')
-rw-r--r--ares/ares_process.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ares/ares_process.c b/ares/ares_process.c
index 83b407077..c050308f0 100644
--- a/ares/ares_process.c
+++ b/ares/ares_process.c
@@ -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>