]> granicus.if.org Git - php/commitdiff
- Fix for bug #11775: Typo in cpdf.c
authorDerick Rethans <derick@php.net>
Thu, 28 Jun 2001 21:59:26 +0000 (21:59 +0000)
committerDerick Rethans <derick@php.net>
Thu, 28 Jun 2001 21:59:26 +0000 (21:59 +0000)
ext/cpdf/cpdf.c

index 9fa91bf4f39d8b38a427d41b9962225c6a147d64..ce785cf6e2705d20e9b1e9e5701d442b89dcf92f 100644 (file)
@@ -33,7 +33,7 @@
 
 #include "php.h"
 #include "php_globals.h"
-#include "zend/zend_list.h"
+#include "zend_list.h"
 #include "ext/standard/php_standard.h"
 #include "ext/standard/head.h"
 #include <math.h>