diff options
| -rw-r--r-- | ext/ftp/php_ftp.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/ext/ftp/php_ftp.c b/ext/ftp/php_ftp.c index c303dbcae1..7bd7f4b495 100644 --- a/ext/ftp/php_ftp.c +++ b/ext/ftp/php_ftp.c @@ -40,6 +40,8 @@  #define php_error php3_error  #endif +#include "ext/standard/file.h" +  #include "php_ftp.h"  #include "ftp.h" | 
