724863
diff -rup ttmkfdir-3.0.9/ttf.cpp ttmkfdir-3.0.9_mod/ttf.cpp
724863
--- ttmkfdir-3.0.9/ttf.cpp	2016-02-23 19:41:10.602175570 +0530
724863
+++ ttmkfdir-3.0.9_mod/ttf.cpp	2016-02-23 19:40:19.104015463 +0530
724863
@@ -3,7 +3,8 @@
724863
 #include <cctype>
724863
 #include <cstring>
724863
 
724863
-#include "freetype/tttables.h"
724863
+#include <ft2build.h>
724863
+#include FT_TRUETYPE_TABLES_H
724863
 #include "ttmkfdir.h"
724863
 #include "ttf.h"
724863
 #include "ttos2val.h"