* src/truetype/ttinterp.c: Include `ttgxvar.h'.

This fixes the `multi' build.
This commit is contained in:
Werner Lemberg 2016-09-08 08:56:34 +02:00
parent 8160b20195
commit b1e7b68efe
2 changed files with 9 additions and 0 deletions

View File

@ -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.

View File

@ -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