From 047f1a26a0930cd8a46dfeb1d10d0c83b738882f Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Fri, 11 Mar 2005 06:51:01 +0000 Subject: [PATCH] NetWare LibC's sys/types.h does not include sys/select.h implicitly as it is the case with Linux LibC --- Zend/acconfig.h | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.50.1