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

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