components/desktop/firefox/patches/firefox-06-hnjfile.patch
branchs11u3-sru
changeset 7364 1ac24a377555
parent 7356 74eef0c2f07d
child 7365 46cabb29da49
equal deleted inserted replaced
7356:74eef0c2f07d 7364:1ac24a377555
     1 This allows us to access some function from wchar.h that other platforms
       
     2 can get from stdio.h. 
       
     3 Potentially add an ifdef Solaris statement to try and send upstream.
       
     4 
       
     5 diff --git a/intl/hyphenation/glue/hnjalloc.h b/intl/hyphenation/glue/hnjalloc.h
       
     6 --- a/intl/hyphenation/glue/hnjalloc.h
       
     7 +++ b/intl/hyphenation/glue/hnjalloc.h
       
     8 @@ -24,6 +24,7 @@
       
     9   */
       
    10  
       
    11  #include <stdio.h> /* ensure stdio.h is loaded before our macros */
       
    12 +#include <wchar.h>
       
    13  
       
    14  #undef FILE 
       
    15  #define FILE hnjFile