components/desktop/firefox/patches/firefox21-49-hnjfile.patch
author Stacy Yeh <stacy.yeh@oracle.com>
Mon, 11 Jan 2016 09:27:45 -0800
changeset 5255 cea0e462549a
permissions -rw-r--r--
22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland

This allows us to access some function from wchar.h that other platforms 
can get from stdio.h. 
Potentially send upstream with an ifdef Solaris statement. 

--- mozilla-esr31/intl/hyphenation/src/hnjalloc.h.orig	2015-06-04 17:42:51.598696275 -0700
+++ mozilla-esr31/intl/hyphenation/src/hnjalloc.h	2015-06-04 17:42:51.603672670 -0700
@@ -24,6 +24,7 @@
  */
 
 #include <stdio.h> /* ensure stdio.h is loaded before our macros */
+#include <wchar.h>
 
 #undef FILE
 #define FILE hnjFile