From: Anantha Kesari H Y Date: Fri, 8 Oct 2004 07:43:41 +0000 (+0000) Subject: explicitly including sys/select.h as NetWare LibC sys/types.h does not include sys... X-Git-Tag: PRE_NEW_VM_GEN_PATCH~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ab517bcbfb30eb768c7bca02a1a540e7e9a0092;p=php explicitly including sys/select.h as NetWare LibC sys/types.h does not include sys/select.h implicitly as other LibC --- diff --git a/Zend/acconfig.h b/Zend/acconfig.h index 6bb0d4bae7..211a8268be 100644 --- a/Zend/acconfig.h +++ b/Zend/acconfig.h @@ -47,6 +47,10 @@ # include #endif +#ifdef HAVE_SYS_SELECT_H +#include +#endif + #ifdef HAVE_IEEEFP_H # include #endif diff --git a/Zend/zend_config.nw.h b/Zend/zend_config.nw.h index 1e4179e22e..e28d610860 100644 --- a/Zend/zend_config.nw.h +++ b/Zend/zend_config.nw.h @@ -34,6 +34,7 @@ typedef unsigned int uint; /* #include */ #define HAVE_STRING_H 1 +#define HAVE_SYS_SELECT_H 1 #define HAVE_STDLIB_H 1 #undef HAVE_KILL #define HAVE_GETPID 1