From: Pierre Joye Date: Wed, 27 May 2009 13:48:13 +0000 (+0000) Subject: - fix build on unix with bundled gd X-Git-Tag: php-5.3.0RC3~126 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f6fa6ce1cd1304b637f3a7a2e06d6abbe17f5f9;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..0b01ecd22f 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 #endif #include "gd_intern.h"