summaryrefslogtreecommitdiff
path: root/ext/pdf
diff options
context:
space:
mode:
authorJoey Smith <joey@php.net>2000-11-03 20:11:38 +0000
committerJoey Smith <joey@php.net>2000-11-03 20:11:38 +0000
commit8e9967be004b91beb3c92498c9fc3cf0504a620a (patch)
treec825d199ac3dbf8161b3a3ed021771b4fa2700a4 /ext/pdf
parentf391eb742343b75350375dc07762b978b407ffc9 (diff)
downloadphp-git-8e9967be004b91beb3c92498c9fc3cf0504a620a.tar.gz
Include header file for php_file_le_fopen()
Diffstat (limited to 'ext/pdf')
-rw-r--r--ext/pdf/pdf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pdf/pdf.c b/ext/pdf/pdf.c
index 10940e43a4..45c1cf1aac 100644
--- a/ext/pdf/pdf.c
+++ b/ext/pdf/pdf.c
@@ -42,6 +42,7 @@
#include "php_globals.h"
#include "ext/standard/head.h"
#include "ext/standard/info.h"
+#include "ext/standard/file.h"
#include <math.h>