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