components/desktop/thunderbird/patches/firefox-06-hnjfile.patch
changeset 7018 fdf447a07aff
parent 7017 25872950aa80
child 7020 58ca1f0fa3a7
equal deleted inserted replaced
7017:25872950aa80 7018:fdf447a07aff
     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