Commit 1b12f5d126c7da38458f5a3b1846c93193a5e8c7

suzuki toshiya 2014-11-28T01:22:26

* src/cff/cf2font.c: Include `ftcalc.h' to use FT_MSB(), cf2font.c could not find it under `make multi' build.

diff --git a/ChangeLog b/ChangeLog
index a96b937..540b18c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2014-11-27  suzuki toshiya  <mpsuzuki@hiroshima-u.ac.jp>
 
+	* src/cff/cf2font.c: Include `ftcalc.h' to use FT_MSB(),
+	cf2font.c could not find it under `make multi' build.
+
+2014-11-27  suzuki toshiya  <mpsuzuki@hiroshima-u.ac.jp>
+
 	* src/smooth/ftsmooth.c (ft_smooth_render_generic): Remove
 	unrequired negative value check for `width' and `height'.
 
diff --git a/src/cff/cf2font.c b/src/cff/cf2font.c
index 3d2c22a..a46b748 100644
--- a/src/cff/cf2font.c
+++ b/src/cff/cf2font.c
@@ -36,6 +36,9 @@
 /***************************************************************************/
 
 
+#include <ft2build.h>
+#include FT_INTERNAL_CALC_H
+
 #include "cf2ft.h"
 
 #include "cf2glue.h"