components/desktop/firefox/patches/firefox-06-hnjfile.patch
changeset 7309 2655ef11c386
parent 7308 69f1f375673e
child 7310 88d40c6177a1
equal deleted inserted replaced
7308:69f1f375673e 7309:2655ef11c386
     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