From 9279df20251d13eb34e1bc84a93b922ff5b8cfcb Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sun, 12 Dec 1999 10:51:13 +0000 Subject: Include header file for php_file_le_fopen() --- ext/ftp/php_ftp.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/ftp/php_ftp.c') 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" -- cgit v1.2.1