You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
397 B
14 lines
397 B
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"
|