From: Sander Roobol Date: Sun, 17 Mar 2002 17:01:18 +0000 (+0000) Subject: Fixed compile error about gdImageColorResolve (#14426, #15000). X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~1303 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ca0100889ea9517e655fda66c9056e853a92182;p=php Fixed compile error about gdImageColorResolve (#14426, #15000). --- diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h index b2ac0c2569..ae84710d8d 100644 --- a/ext/gd/php_gd.h +++ b/ext/gd/php_gd.h @@ -66,7 +66,7 @@ PHP_MINIT_FUNCTION(gd); PHP_MSHUTDOWN_FUNCTION(gd); #ifndef HAVE_GDIMAGECOLORRESOLVE -static int gdImageColorResolve(gdImagePtr, int, int, int); +extern int gdImageColorResolve(gdImagePtr, int, int, int); #endif PHP_FUNCTION(imagearc); PHP_FUNCTION(imagechar);