]> granicus.if.org Git - php/commitdiff
- fix warning
authorPierre Joye <pajoye@php.net>
Fri, 29 Aug 2008 11:09:05 +0000 (11:09 +0000)
committerPierre Joye <pajoye@php.net>
Fri, 29 Aug 2008 11:09:05 +0000 (11:09 +0000)
ext/gd/gd.c

index 7e6c367e9f138f3ebe8cc597799a6afb9c9a24f4..5b6538fa6a3f61215a2bfd1a7a7280323973d965 100644 (file)
@@ -75,7 +75,7 @@ static void php_free_ps_enc(zend_rsrc_list_entry *rsrc TSRMLS_DC);
 #include <gdfontl.h>  /* 4 Large font */
 #include <gdfontg.h>  /* 5 Giant font */
 #include "libgd/wbmp.h"
-
+#include <gdhelpers.h>
 #ifdef ENABLE_GD_TTF
 # ifdef HAVE_LIBFREETYPE
 #  include <ft2build.h>