Blob Blame History Raw
--- evas-1.7.9/src/lib/engines/common/evas_font_load.c.orig	2014-05-07 15:24:02.569997891 +0100
+++ evas-1.7.9/src/lib/engines/common/evas_font_load.c	2014-05-07 15:24:44.070658453 +0100
@@ -5,7 +5,8 @@
 
 #include "evas_font_private.h" /* for Frame-Queuing support */
 #include "evas_font_ot.h"
-#include <freetype/tttables.h> /* Freetype2 OS/2 font table. */
+#include <ft2build.h>
+#include FT_TRUETYPE_TABLES_H
 
 #ifdef EVAS_CSERVE2
 # include "../../cserve2/evas_cs2_private.h"