From: Marcus Boerger Date: Mon, 12 Aug 2002 15:29:05 +0000 (+0000) Subject: ups wrong include committed X-Git-Tag: php-4.3.0dev_zend2_alpha3~123 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bdaae34cb9239e6ad3fffa3f7dc357fd835b8d8e;p=php 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.... --- 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