From: Anantha Kesari H Y Date: Fri, 11 Mar 2005 06:51:01 +0000 (+0000) Subject: NetWare LibC's sys/types.h does not include sys/select.h implicitly as it is the... X-Git-Tag: php-5.0.4RC1~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=047f1a26a0930cd8a46dfeb1d10d0c83b738882f;p=php NetWare LibC's sys/types.h does not include sys/select.h implicitly as it is the case with Linux LibC --- diff --git a/Zend/acconfig.h b/Zend/acconfig.h index 4c70ac29f6..350c13acbd 100644 --- a/Zend/acconfig.h +++ b/Zend/acconfig.h @@ -43,6 +43,10 @@ # include #endif +#ifdef HAVE_SYS_SELECT_H +#include +#endif + #ifdef HAVE_IEEEFP_H # include #endif