FIONBIO is in sys/ioctl.h on AIX

pull/1/head
Daniel Stenberg 20 years ago
parent c94c020c96
commit 01118be8ae
  1. 3
      ares_process.c
  2. 1
      configure.ac

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

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

Loading…
Cancel
Save