From: Derick Rethans Date: Mon, 21 May 2001 22:35:56 +0000 (+0000) Subject: - No need to include "zend" in include line X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~294 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=31404981d316083b59de6c9a62db33731aa25f8d;p=php - No need to include "zend" in include line #- This broke compile because Unices want Zend instead of zend --- 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"