]> granicus.if.org Git - php/commitdiff
Fixed compiler warning
authorIlia Alshanetsky <iliaa@php.net>
Sun, 29 Mar 2009 17:04:05 +0000 (17:04 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Sun, 29 Mar 2009 17:04:05 +0000 (17:04 +0000)
ext/gd/gd.c

index da3f67ccd7a06ef7e92de71e746afd7a1323336d..2bfd00a3e6b70330dc8a044a71960863851ad940 100644 (file)
@@ -73,6 +73,7 @@ static void php_free_ps_enc(zend_rsrc_list_entry *rsrc TSRMLS_DC);
 #include <gdfontmb.h> /* 3 Medium bold font */
 #include <gdfontl.h>  /* 4 Large font */
 #include <gdfontg.h>  /* 5 Giant font */
+#include <gdhelpers.h>
 #ifdef HAVE_GD_WBMP
 #include "libgd/wbmp.h"
 #endif