From: Rasmus Lerdorf Date: Wed, 17 Dec 2003 22:47:02 +0000 (+0000) Subject: MFB compile fix X-Git-Tag: php-5.0.0b3RC2~73 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f6cafa7e67d72f2e975d8f8e420371b936494de;p=php MFB compile fix --- diff --git a/ext/gd/libgd/gdft.c b/ext/gd/libgd/gdft.c index 3c97def22c..fd6e7df5c5 100644 --- a/ext/gd/libgd/gdft.c +++ b/ext/gd/libgd/gdft.c @@ -60,7 +60,8 @@ gdImageStringFT (gdImage * im, int *brect, int fg, char *fontlist, #else #include "gdcache.h" -#include "freetype/freetype.h" +#include +#include FT_FREETYPE_H #include "freetype/ftglyph.h" /* number of fonts cached before least recently used is replaced */