* src/truetype/ttinterp.c: Include `ttgxvar.h'.
This fixes the `multi' build.
This commit is contained in:
parent
8160b20195
commit
b1e7b68efe
@ -1,3 +1,9 @@
|
||||
2016-09-08 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* src/truetype/ttinterp.c: Include `ttgxvar.h'.
|
||||
|
||||
This fixes the `multi' build.
|
||||
|
||||
2016-09-08 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
[autofit] Another improvement to Armenian support.
|
||||
|
@ -31,6 +31,9 @@
|
||||
#include "ttinterp.h"
|
||||
#include "tterrors.h"
|
||||
#include "ttsubpix.h"
|
||||
#ifdef TT_CONFIG_OPTION_GX_VAR_SUPPORT
|
||||
#include "ttgxvar.h"
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef TT_USE_BYTECODE_INTERPRETER
|
||||
|
Loading…
Reference in New Issue
Block a user