components/desktop/firefox/patches/firefox-06-hnjfile.patch
branchs11u3-sru
changeset 7035 4c2f26e9d5ab
equal deleted inserted replaced
7034:55c87002c655 7035:4c2f26e9d5ab
       
     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