From bdaae34cb9239e6ad3fffa3f7dc357fd835b8d8e Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Mon, 12 Aug 2002 15:29:05 +0000 Subject: [PATCH] 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.... --- ext/gd/libgd/gd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1