diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | src/autofit/afdummy.c | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2011-02-01 Werner Lemberg <wl@gnu.org> + * src/autofit/afdummy.c: Include `aferrors.h'. + Problem reported by Chris Liddel <chris.liddell@artifex.com>. + +2011-02-01 Werner Lemberg <wl@gnu.org> + [cff] Ignore unknown operators in charstrings. Patch suggested by Miles.Lau <sunliang_liu@foxitsoftware.com>. diff --git a/src/autofit/afdummy.c b/src/autofit/afdummy.c index ea2ed53e..c7126513 100644 --- a/src/autofit/afdummy.c +++ b/src/autofit/afdummy.c @@ -19,6 +19,7 @@ #include "afdummy.h" #include "afhints.h" +#include "aferrors.h" static FT_Error |