shithub: freetype+ttf2subf

Download patch

ref: dc5b2e828c41fe6c70ba7d19b373eccdccb7e246
parent: 813aca51d28704f7ffc470721167738fa8decb3d
author: Werner Lemberg <[email protected]>
date: Sun Feb 14 15:47:28 EST 2016

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

Problem reported by Colin Walters <[email protected]>.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2016-02-14  Werner Lemberg  <[email protected]>
 
+	* src/cff/cffparse.c: Include `cffgload.h'.
+
+	Problem reported by Colin Walters <[email protected]>.
+
+2016-02-14  Werner Lemberg  <[email protected]>
+
 	[cff] Make old CFF engine show MM CFFs (without variations).
 
 	The new code only displays the first master in the font.
--- a/src/cff/cffparse.c
+++ b/src/cff/cffparse.c
@@ -23,6 +23,7 @@
 
 #include "cfferrs.h"
 #include "cffpic.h"
+#include "cffgload.h"
 
 
   /*************************************************************************/