From: Pierre Joye Date: Wed, 27 May 2009 13:56:08 +0000 (+0000) Subject: - fix build on unix with bundled gd X-Git-Tag: php-5.4.0alpha1~191^2~3500 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af3ec48bb6074d36dfc707f329be99639c474763;p=php - fix build on unix with bundled gd --- diff --git a/ext/gd/libgd/gd_color.c b/ext/gd/libgd/gd_color.c index 2d061a5cb4..3303d9ddf3 100644 --- a/ext/gd/libgd/gd_color.c +++ b/ext/gd/libgd/gd_color.c @@ -2,6 +2,7 @@ # include "gd.h" #else # include +# include "libgd/gdhelpers.h" #endif #include "gd_intern.h"