1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00

MFB compile fix

This commit is contained in:
Rasmus Lerdorf
2003-12-17 22:47:02 +00:00
parent f083d42581
commit 0f6cafa7e6

View File

@@ -60,7 +60,8 @@ gdImageStringFT (gdImage * im, int *brect, int fg, char *fontlist,
#else
#include "gdcache.h"
#include "freetype/freetype.h"
#include <ft2build.h>
#include FT_FREETYPE_H
#include "freetype/ftglyph.h"
/* number of fonts cached before least recently used is replaced */