components/desktop/firefox/patches/firefox-06-hnjfile.patch
author Stacy Yeh <stacy.yeh@oracle.com>
Tue, 01 Mar 2016 12:56:53 -0800
changeset 5527 611b2d6efdfe
parent 5255 components/desktop/firefox/patches/firefox21-49-hnjfile.patch@cea0e462549a
child 6919 7972aae0fb03
permissions -rw-r--r--
21602607 Need to move Firefox to 38.5.0 ESR branch to continue getting fixes 22757279 Update Thunderbird to version 38.5.0 22613259 thunderbird lightning extension is missing l10n after moved to userland 21133062 problem in TBIRD/MAILER

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/hnjalloc.h b/intl/hyphenation/hnjalloc.h
--- a/intl/hyphenation/hnjalloc.h
+++ b/intl/hyphenation/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