]> granicus.if.org Git - php/commitdiff
- No need to include "zend" in include line
authorDerick Rethans <derick@php.net>
Mon, 21 May 2001 22:35:56 +0000 (22:35 +0000)
committerDerick Rethans <derick@php.net>
Mon, 21 May 2001 22:35:56 +0000 (22:35 +0000)
#- This broke compile because Unices want Zend instead of zend

ext/pdf/pdf.c

index f33ce051724ab3eb7c1869bb7d4320b5f821edd8..39f6e264dcfdd383a20a6766a2a86e6a0f8ec89a 100644 (file)
@@ -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"