shithub: freetype+ttf2subf

Download patch

ref: 81991cd20397691986bd289fb212be20e8fbab6a
parent: e616d2252981296a0d1e671f7dd213f6b47dcec3
author: Werner Lemberg <[email protected]>
date: Fri Jul 21 12:43:55 EDT 2000

Fix file inclusion.

git/fs: mount .git/fs: mount/attach disallowed
--- a/src/type1/t1gload.c
+++ b/src/type1/t1gload.c
@@ -18,10 +18,10 @@
 
 #ifdef FT_FLAT_COMPILE
 
-#include <type1/t1gload.h>
+#include "t1gload.h"
 
 #ifndef T1_CONFIG_OPTION_DISABLE_HINTER
-#include <type1/t1hinter.h>
+#include "t1hinter.h"
 #endif
 
 #else /* FT_FLAT_COMPILE */