From: Ilia Alshanetsky Date: Sat, 6 Mar 2004 18:24:41 +0000 (+0000) Subject: Fixed bug #27437 (wrong freetype include inside GD library). X-Git-Tag: RELEASE_0_2_0~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=53e56151feebe55b761999e516449b27fc5e56bf;p=php Fixed bug #27437 (wrong freetype include inside GD library). --- diff --git a/ext/gd/libgd/gdft.c b/ext/gd/libgd/gdft.c index bd254733bc..f0002ba296 100644 --- a/ext/gd/libgd/gdft.c +++ b/ext/gd/libgd/gdft.c @@ -63,7 +63,7 @@ gdImageStringFT (gdImage * im, int *brect, int fg, char *fontlist, #include "gdcache.h" #include #include FT_FREETYPE_H -#include "freetype/ftglyph.h" +#include FT_GLYPH_H /* number of fonts cached before least recently used is replaced */ #define FONTCACHESIZE 6