From 91c7a97b9b32dcb576823b2bb15e006080121f3c Mon Sep 17 00:00:00 2001 From: suzuki toshiya Date: Mon, 17 Feb 2014 16:38:31 +0900 Subject: [PATCH] [autofit] Fix `make multi' compilation. * src/hbshim.c: Include `afglobal.h' and `aftypes.h'. --- ChangeLog | 6 ++++++ src/autofit/hbshim.c | 2 ++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 122ef6f46..c028ed509 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-02-17 suzuki toshiya + + [autofit] Fix `make multi' compilation. + + * src/hbshim.c: Include `afglobal.h' and `aftypes.h'. + 2014-02-12 Dave Arnold [cff] Optimize by using `FT_MulDiv'. diff --git a/src/autofit/hbshim.c b/src/autofit/hbshim.c index 812cd53d8..b60183434 100644 --- a/src/autofit/hbshim.c +++ b/src/autofit/hbshim.c @@ -18,6 +18,8 @@ #include #include FT_FREETYPE_H +#include "afglobal.h" +#include "aftypes.h" #include "hbshim.h" #ifdef FT_CONFIG_OPTION_USE_HARFBUZZ