From: Alex Waugh Date: Sun, 4 Nov 2001 12:35:49 +0000 (+0000) Subject: Included header files needed by RISC OS X-Git-Tag: ChangeLog~422 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc262504131b234edef600e291aa8302a531e849;p=php Included header files needed by RISC OS --- diff --git a/ext/ftp/ftp.c b/ext/ftp/ftp.c index db047110e0..e47806001c 100644 --- a/ext/ftp/ftp.c +++ b/ext/ftp/ftp.c @@ -44,6 +44,10 @@ #include #endif +#ifdef HAVE_SYS_SELECT_H +#include +#endif + #include "ftp.h" #include "ext/standard/fsock.h" diff --git a/main/network.c b/main/network.c index 89b2f5796d..d120f9ab65 100644 --- a/main/network.c +++ b/main/network.c @@ -37,6 +37,10 @@ #include #endif +#ifdef HAVE_SYS_SELECT_H +#include +#endif + #ifndef PHP_WIN32 #include #include