]> granicus.if.org Git - php/commitdiff
AIX needs this include...
authorZeev Suraski <zeev@php.net>
Mon, 2 Aug 1999 19:59:04 +0000 (19:59 +0000)
committerZeev Suraski <zeev@php.net>
Mon, 2 Aug 1999 19:59:04 +0000 (19:59 +0000)
configure.in.in
ext/standard/fsock.c

index 8b3272b1a6af9f25575d2742510a709bb22517e7..8e1086c4cc4280daa542e27bc7c4c1dacfc25a8c 100644 (file)
@@ -251,7 +251,7 @@ else
 fi
 AC_MISSING_FCLOSE_DECL
 dnl QNX requires unix.h to allow functions in libunix to work properly
-AC_CHECK_HEADERS(fcntl.h unistd.h crypt.h sys/file.h memory.h pwd.h grp.h sys/socket.h sys/wait.h syslog.h string.h sys/varargs.h stdarg.h sys/time.h signal.h netinet/in.h dlfcn.h limits.h sys/types.h unix.h arpa/inet.h locale.h)
+AC_CHECK_HEADERS(fcntl.h unistd.h crypt.h sys/file.h memory.h pwd.h grp.h sys/socket.h sys/wait.h syslog.h string.h sys/varargs.h stdarg.h sys/time.h signal.h netinet/in.h dlfcn.h limits.h sys/types.h unix.h arpa/inet.h locale.h sys/select.h)
 
 dnl Checks for typedefs, structures, and compiler characteristics.
 AC_STRUCT_TM
index 05401f5f344532e8fb14f4fff1868edef297889a..c23ae5eef986c16857b2166b769f75b6ace524ae 100644 (file)
@@ -55,6 +55,9 @@
 #if defined(AF_UNIX)
 #include <sys/un.h>
 #endif
+#ifdef HAVE_SYS_SELECT_H
+#include <sys/select.h>
+#endif
 
 #include <string.h>
 #include <errno.h>