From: Rasmus Lerdorf Date: Thu, 18 Dec 2003 08:17:45 +0000 (+0000) Subject: Fix remaining gd build issue X-Git-Tag: php-5.0.0b3RC2~70 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=749cf47ef7e4272f0bda107abe5247dc73f913ef;p=php Fix remaining gd build issue --- diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 3b70ad3be2..08c208db40 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -68,7 +68,8 @@ static void php_free_ps_enc(zend_rsrc_list_entry *rsrc TSRMLS_DC); #endif #ifdef ENABLE_GD_TTF # ifdef HAVE_LIBFREETYPE -# include +# include +# include FT_FREETYPE_H # else # ifdef HAVE_LIBTTF # include