* src/cff/cffparse.c: Include `cffgload.h'.
Problem reported by Colin Walters <walters@verbum.org>.
This commit is contained in:
parent
813aca51d2
commit
dc5b2e828c
|
@ -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).
|
||||||
|
|
|
@ -23,6 +23,7 @@
|
||||||
|
|
||||||
#include "cfferrs.h"
|
#include "cfferrs.h"
|
||||||
#include "cffpic.h"
|
#include "cffpic.h"
|
||||||
|
#include "cffgload.h"
|
||||||
|
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
Loading…
Reference in New Issue