summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Zend/acconfig.h4
-rw-r--r--Zend/zend_config.nw.h1
2 files changed, 5 insertions, 0 deletions
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 <sys/types.h>
#endif
+#ifdef HAVE_SYS_SELECT_H
+#include <sys/select.h>
+#endif
+
#ifdef HAVE_IEEEFP_H
# include <ieeefp.h>
#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 <malloc.h> */
#define HAVE_STRING_H 1
+#define HAVE_SYS_SELECT_H 1
#define HAVE_STDLIB_H 1
#undef HAVE_KILL
#define HAVE_GETPID 1