shithub: freetype+ttf2subf

Download patch

ref: 91c7a97b9b32dcb576823b2bb15e006080121f3c
parent: 89a94d4212503cff39448bd5329f1efc38c999be
author: suzuki toshiya <[email protected]>
date: Mon Feb 17 11:38:31 EST 2014

[autofit] Fix `make multi' compilation.

* src/hbshim.c: Include `afglobal.h' and `aftypes.h'.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-02-17  suzuki toshiya  <[email protected]>
+
+	[autofit] Fix `make multi' compilation.
+
+	* src/hbshim.c: Include `afglobal.h' and `aftypes.h'.
+
 2014-02-12  Dave Arnold  <[email protected]>
 
 	[cff] Optimize by using `FT_MulDiv'.
--- a/src/autofit/hbshim.c
+++ b/src/autofit/hbshim.c
@@ -18,6 +18,8 @@
 
 #include <ft2build.h>
 #include FT_FREETYPE_H
+#include "afglobal.h"
+#include "aftypes.h"
 #include "hbshim.h"
 
 #ifdef FT_CONFIG_OPTION_USE_HARFBUZZ