components/desktop/firefox/patches/firefox-06-hnjfile.patch
branchs11u3-sru
changeset 7035 4c2f26e9d5ab
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/firefox/patches/firefox-06-hnjfile.patch	Mon Sep 05 05:00:46 2016 -0700
@@ -0,0 +1,15 @@
+This allows us to access some function from wchar.h that other platforms
+can get from stdio.h. 
+Potentially add an ifdef Solaris statement to try and send upstream.
+
+diff --git a/intl/hyphenation/glue/hnjalloc.h b/intl/hyphenation/glue/hnjalloc.h
+--- a/intl/hyphenation/glue/hnjalloc.h
++++ b/intl/hyphenation/glue/hnjalloc.h
+@@ -24,6 +24,7 @@
+  */
+ 
+ #include <stdio.h> /* ensure stdio.h is loaded before our macros */
++#include <wchar.h>
+ 
+ #undef FILE 
+ #define FILE hnjFile