diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-06-03 07:39:18 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-06-03 07:39:18 +0000 |
commit | 01118be8aed37c8160acf34af58dd9b161fbc86b (patch) | |
tree | ba2b38858b849dfedcc637c7c05e6c00881e7c92 /configure.ac | |
parent | c94c020c96d845279698ba5557d6d6e7521d93ad (diff) | |
download | c-ares-01118be8aed37c8160acf34af58dd9b161fbc86b.tar.gz c-ares-01118be8aed37c8160acf34af58dd9b161fbc86b.tar.bz2 c-ares-01118be8aed37c8160acf34af58dd9b161fbc86b.zip |
FIONBIO is in sys/ioctl.h on AIX
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e3a9c96..6f5100b 100644 --- a/configure.ac +++ b/configure.ac @@ -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 \
|