fix freetype header includes to be correct where ft 2.5.1 breaks builds

this should fix T591
This commit is contained in:
Carsten Haitzler 2013-12-01 12:16:28 +09:00
parent f45618d15b
commit c12ac143c6
1 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,9 @@
#endif
#include "evas_font_private.h" /* for Frame-Queuing support */
#include <freetype/tttables.h> /* Freetype2 OS/2 font table. */
#include <ft2build.h>
#include FT_TRUETYPE_TABLES_H /* Freetype2 OS/2 font table. */
#ifdef EVAS_CSERVE2
# include "../cserve2/evas_cs2_private.h"