From: Ilia Alshanetsky Date: Sun, 29 Mar 2009 17:04:05 +0000 (+0000) Subject: Fixed compiler warning X-Git-Tag: php-5.2.10RC1~263 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=947df429cabcb06e177dc3f1d4a39c4a2b9873dd;p=php Fixed compiler warning --- diff --git a/ext/gd/gd.c b/ext/gd/gd.c index da3f67ccd7..2bfd00a3e6 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -73,6 +73,7 @@ static void php_free_ps_enc(zend_rsrc_list_entry *rsrc TSRMLS_DC); #include /* 3 Medium bold font */ #include /* 4 Large font */ #include /* 5 Giant font */ +#include #ifdef HAVE_GD_WBMP #include "libgd/wbmp.h" #endif