summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2002-08-12 15:29:05 +0000
committerMarcus Boerger <helly@php.net>2002-08-12 15:29:05 +0000
commitbdaae34cb9239e6ad3fffa3f7dc357fd835b8d8e (patch)
tree0b9aa416a608d8b79abff5613c82b50f4695dd9c
parent11611d07815551becad5b529a60f4e08e4694528 (diff)
downloadphp-git-bdaae34cb9239e6ad3fffa3f7dc357fd835b8d8e.tar.gz
ups wrong include committed
#if anybody objects we would need config stuuf in ligd otherwise but #this way we can use other php functions...for example we could use #php_error_docref....
-rw-r--r--ext/gd/libgd/gd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/libgd/gd.c b/ext/gd/libgd/gd.c
index 6210a8bcaa..a06a4549b4 100644
--- a/ext/gd/libgd/gd.c
+++ b/ext/gd/libgd/gd.c
@@ -5,7 +5,7 @@
#include "gd.h"
#include "gdhelpers.h"
-#include "php_config.h"
+#include "php.h"
#ifdef _MSC_VER
# if _MSC_VER >= 1300