summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>1999-12-12 10:51:13 +0000
committerSascha Schumann <sas@php.net>1999-12-12 10:51:13 +0000
commit9279df20251d13eb34e1bc84a93b922ff5b8cfcb (patch)
tree4d0f87243fdd2eca7c3a3882f97d07e26b50b80a
parent9278d9d9113675c2374c1d9dfa27e4bda929d5dc (diff)
downloadphp-git-9279df20251d13eb34e1bc84a93b922ff5b8cfcb.tar.gz
Include header file for php_file_le_fopen()
-rw-r--r--ext/ftp/php_ftp.c2
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"