diff options
-rw-r--r-- | src/lib/evas/common/evas_font_load.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/evas/common/evas_font_load.c b/src/lib/evas/common/evas_font_load.c index 59b8146a6..9668f0f3b 100644 --- a/src/lib/evas/common/evas_font_load.c +++ b/src/lib/evas/common/evas_font_load.c @@ -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" |