diff -Naur php-4.3.4/ext/gd/libgd/gdft.c php-4.3.4.p/ext/gd/libgd/gdft.c --- php-4.3.4/ext/gd/libgd/gdft.c 2003-06-17 16:37:57.000000000 +0300 +++ php-4.3.4.p/ext/gd/libgd/gdft.c 2003-11-22 02:13:39.000000000 +0200 @@ -60,8 +60,9 @@ #else #include "gdcache.h" -#include "freetype/freetype.h" -#include "freetype/ftglyph.h" +#include +#include FT_FREETYPE_H +#include FT_GLYPH_H /* number of fonts cached before least recently used is replaced */ #define FONTCACHESIZE 6