summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2004-03-06 18:24:41 +0000
committerIlia Alshanetsky <iliaa@php.net>2004-03-06 18:24:41 +0000
commit53e56151feebe55b761999e516449b27fc5e56bf (patch)
treeb870cfaa1385bf4ccd088996a07095219db41929
parent215f0763d0cd8aefeb4479ee4257c4cfb0788a4f (diff)
downloadphp-git-53e56151feebe55b761999e516449b27fc5e56bf.tar.gz
Fixed bug #27437 (wrong freetype include inside GD library).
-rw-r--r--ext/gd/libgd/gdft.c2
1 files changed, 1 insertions, 1 deletions
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 <ft2build.h>
#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