From 31404981d316083b59de6c9a62db33731aa25f8d Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Mon, 21 May 2001 22:35:56 +0000 Subject: [PATCH] - No need to include "zend" in include line #- This broke compile because Unices want Zend instead of zend --- ext/pdf/pdf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/pdf/pdf.c b/ext/pdf/pdf.c index f33ce051724..39f6e264dcf 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"