{src/base,builds/mac}/ftobjs.c: Include FT_TRUETYPE_TAGS_H for multi build
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
diff --git a/ChangeLog b/ChangeLog
index 77ab4df..e6731d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-10-05 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
+ * src/base/ftmac.c: Include FT_TRUETYPE_TAGS_H for multi build.
+ * builds/mac/ftmac.c: Ditto.
+
+2008-10-05 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
+
* include/freetype/tttags.h: Fix wrong definitions of TTAG_TYP1
and TTAG_typ1.
* src/base/ftobjs.c: Include FT_TRUETYPE_TAGS_H.
diff --git a/builds/mac/ftmac.c b/builds/mac/ftmac.c
index 9fc1caf..c974f67 100644
--- a/builds/mac/ftmac.c
+++ b/builds/mac/ftmac.c
@@ -64,6 +64,7 @@
#include <ft2build.h>
#include FT_FREETYPE_H
+#include FT_TRUETYPE_TAGS_H
#include FT_INTERNAL_STREAM_H
#include "ftbase.h"
diff --git a/src/base/ftmac.c b/src/base/ftmac.c
index 995f788..e96c88b 100644
--- a/src/base/ftmac.c
+++ b/src/base/ftmac.c
@@ -67,6 +67,7 @@
#include <ft2build.h>
#include FT_FREETYPE_H
+#include FT_TRUETYPE_TAGS_H
#include FT_INTERNAL_STREAM_H
#include "ftbase.h"