From: foobar Date: Sun, 25 Jan 2004 06:09:36 +0000 (+0000) Subject: Fixed bug #27020 (Compile failure; sys/select.h: No such file or directory) X-Git-Tag: php_ibase_before_split~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a05750281bad271128b32e1dbbf9e8cc0494439;p=php Fixed bug #27020 (Compile failure; sys/select.h: No such file or directory) --- diff --git a/ext/standard/file.c b/ext/standard/file.c index 51351ef717..ee5e9ff9f9 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -52,8 +52,12 @@ #include #include "netware/param.h" #else +#if HAVE_SYS_PARAM_H #include +#endif +#if HAVE_SYS_SELECT_H #include +#endif #if defined(NETWARE) && defined(USE_WINSOCK) #include #else