From 749cf47ef7e4272f0bda107abe5247dc73f913ef Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Thu, 18 Dec 2003 08:17:45 +0000 Subject: [PATCH] Fix remaining gd build issue --- ext/gd/gd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.50.1