diff options
author | Alex Waugh <alexwaugh@php.net> | 2001-11-04 12:35:49 +0000 |
---|---|---|
committer | Alex Waugh <alexwaugh@php.net> | 2001-11-04 12:35:49 +0000 |
commit | bc262504131b234edef600e291aa8302a531e849 (patch) | |
tree | 8d2e608bc93486df76e63fa266b521b3ad8e3948 /ext/ftp/ftp.c | |
parent | db44b1086cbb06be1d3e1390d43cf6b1fecb1bf5 (diff) | |
download | php-git-bc262504131b234edef600e291aa8302a531e849.tar.gz |
Included header files needed by RISC OS
Diffstat (limited to 'ext/ftp/ftp.c')
-rw-r--r-- | ext/ftp/ftp.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 <sys/time.h> #endif +#ifdef HAVE_SYS_SELECT_H +#include <sys/select.h> +#endif + #include "ftp.h" #include "ext/standard/fsock.h" |