diff options
author | Derick Rethans <derick@php.net> | 2001-05-21 22:35:56 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2001-05-21 22:35:56 +0000 |
commit | 31404981d316083b59de6c9a62db33731aa25f8d (patch) | |
tree | 2e4be0f2ea9978a8b6cefeefc2e1121855223364 /ext | |
parent | b68965f62faf3f103b195ecb0f449af4c6f0785d (diff) | |
download | php-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.c | 2 |
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" |