shithub: freetype+ttf2subf

Download patch

ref: e38acb0d5358e95f0ba6c9f09b0b9e7bb961861d
parent: 09f3e41c2523f597ecc7d3afdd0aaa8f9659ad06
author: suzuki toshiya <[email protected]>
date: Sun Jan 15 15:05:22 EST 2012

Make pspic.c to include module error header to fix multi build.

* src/psnames/pspic.c: Include `psnamerr.h'.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-01-15  suzuki toshiya  <[email protected]>
+
+	Make pspic.c to include module error header to fix multi build.
+
+	* src/psnames/pspic.c: Include `psnamerr.h'.
+
 2012-01-14  suzuki toshiya  <[email protected]>
 
 	[base] Fix a dereference of uninitialized variable in PIC mode.
@@ -9,7 +15,7 @@
 
 2012-01-14  suzuki toshiya  <[email protected]>
 
-	[base] Insert explict cast for GCC 4.6 in PIC mode.
+	[base] Insert explicit cast for GCC 4.6 in PIC mode.
 
 	* src/base/ftinit.c (FT_Add_Default_Modules): Under PIC
 	configuration, FT_DEFAULT_MODULES_GET returns
--- a/src/psnames/pspic.c
+++ b/src/psnames/pspic.c
@@ -20,6 +20,7 @@
 #include FT_FREETYPE_H
 #include FT_INTERNAL_OBJECTS_H
 #include "pspic.h"
+#include "psnamerr.h"
 
 #ifdef FT_CONFIG_OPTION_PIC