]> granicus.if.org Git - php/commitdiff
- fix build with system gd
authorPierre Joye <pajoye@php.net>
Thu, 28 May 2009 14:06:06 +0000 (14:06 +0000)
committerPierre Joye <pajoye@php.net>
Thu, 28 May 2009 14:06:06 +0000 (14:06 +0000)
ext/gd/gd.c

index 2bfd00a3e6b70330dc8a044a71960863851ad940..bbf834b6a45e00bf9e4152733fb250042f0b7205 100644 (file)
@@ -73,7 +73,8 @@ 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>
+#include "libgd/gdhelpers.h"
+
 #ifdef HAVE_GD_WBMP
 #include "libgd/wbmp.h"
 #endif