]> granicus.if.org Git - php/commitdiff
NetWare LibC's sys/types.h does not include sys/select.h implicitly as it is the...
authorAnantha Kesari H Y <hyanantha@php.net>
Fri, 11 Mar 2005 06:51:01 +0000 (06:51 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Fri, 11 Mar 2005 06:51:01 +0000 (06:51 +0000)
Zend/acconfig.h

index 4c70ac29f6de1392e588c19e5a0ce0930be545af..350c13acbdca4b8d58f95b92d2e78c50c1851700 100644 (file)
 # include <sys/types.h>
 #endif
 
+#ifdef HAVE_SYS_SELECT_H
+#include <sys/select.h>
+#endif
+
 #ifdef HAVE_IEEEFP_H
 # include <ieeefp.h>
 #endif