* src/autofit/afdummy.c: Include `aferrors.h'.
Problem reported by Chris Liddel <chris.liddell@artifex.com>.
This commit is contained in:
parent
75df70600f
commit
713faece86
|
@ -1,3 +1,8 @@
|
|||
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.
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
|
||||
#include "afdummy.h"
|
||||
#include "afhints.h"
|
||||
#include "aferrors.h"
|
||||
|
||||
|
||||
static FT_Error
|
||||
|
|
Loading…
Reference in New Issue