]> granicus.if.org Git - php/commitdiff
- fix build on unix with bundled gd
authorPierre Joye <pajoye@php.net>
Wed, 27 May 2009 13:48:13 +0000 (13:48 +0000)
committerPierre Joye <pajoye@php.net>
Wed, 27 May 2009 13:48:13 +0000 (13:48 +0000)
ext/gd/libgd/gd_color.c

index 2d061a5cb41736cad4db69f83584d150a6a9eb6d..0b01ecd22fac488764598232402168e82c793c7a 100644 (file)
@@ -2,6 +2,7 @@
 # include "gd.h"
 #else
 # include <gd.h>
+# include <gdhelpers.h>
 #endif
 
 #include "gd_intern.h"