components/desktop/firefox/patches/firefox-06-hnjfile.patch
changeset 5527 611b2d6efdfe
parent 5255 cea0e462549a
child 6919 7972aae0fb03
equal deleted inserted replaced
5526:570ac9aab8b2 5527:611b2d6efdfe
       
     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/hnjalloc.h b/intl/hyphenation/hnjalloc.h
       
     6 --- a/intl/hyphenation/hnjalloc.h
       
     7 +++ b/intl/hyphenation/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