summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2001-06-28 21:59:26 +0000
committerDerick Rethans <derick@php.net>2001-06-28 21:59:26 +0000
commit3b668032602bd2f8c1bd570b2ce0a35f6f6f9358 (patch)
tree1abdb3e19b946d29c880018752e8be952dc7d747
parent851d401e230dbe95b25725867eaca7235547d624 (diff)
downloadphp-git-3b668032602bd2f8c1bd570b2ce0a35f6f6f9358.tar.gz
- Fix for bug #11775: Typo in cpdf.c
-rw-r--r--ext/cpdf/cpdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/cpdf/cpdf.c b/ext/cpdf/cpdf.c
index 9fa91bf4f3..ce785cf6e2 100644
--- a/ext/cpdf/cpdf.c
+++ b/ext/cpdf/cpdf.c
@@ -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>