summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2001-05-21 22:35:56 +0000
committerDerick Rethans <derick@php.net>2001-05-21 22:35:56 +0000
commit31404981d316083b59de6c9a62db33731aa25f8d (patch)
tree2e4be0f2ea9978a8b6cefeefc2e1121855223364 /ext
parentb68965f62faf3f103b195ecb0f449af4c6f0785d (diff)
downloadphp-git-31404981d316083b59de6c9a62db33731aa25f8d.tar.gz
- No need to include "zend" in include line
#- This broke compile because Unices want Zend instead of zend
Diffstat (limited to 'ext')
-rw-r--r--ext/pdf/pdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdf/pdf.c b/ext/pdf/pdf.c
index f33ce05172..39f6e264dc 100644
--- a/ext/pdf/pdf.c
+++ b/ext/pdf/pdf.c
@@ -27,7 +27,7 @@
#include "php.h"
#include "php_ini.h"
#include "php_globals.h"
-#include "zend/zend_list.h"
+#include "zend_list.h"
#include "ext/standard/head.h"
#include "ext/standard/info.h"
#include "ext/standard/file.h"