* src/cff/cffparse.c: Include `cffgload.h'.

Problem reported by Colin Walters <walters@verbum.org>.
This commit is contained in:
Werner Lemberg 2016-02-14 20:47:28 +01:00
parent 813aca51d2
commit dc5b2e828c
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2016-02-14 Werner Lemberg <wl@gnu.org>
* src/cff/cffparse.c: Include `cffgload.h'.
Problem reported by Colin Walters <walters@verbum.org>.
2016-02-14 Werner Lemberg <wl@gnu.org> 2016-02-14 Werner Lemberg <wl@gnu.org>
[cff] Make old CFF engine show MM CFFs (without variations). [cff] Make old CFF engine show MM CFFs (without variations).

View File

@ -23,6 +23,7 @@
#include "cfferrs.h" #include "cfferrs.h"
#include "cffpic.h" #include "cffpic.h"
#include "cffgload.h"
/*************************************************************************/ /*************************************************************************/