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