3ffd6fec3b
Mozilla Thunderbird is a redesign of the Mozilla mail component. The goal is to produce a cross platform stand alone mail application using the XUL user interface language. This version uses the gtk2 toolkit. This package tracks 38 ESR branch.
14 lines
384 B
C
14 lines
384 B
C
$NetBSD: patch-mozilla_intl_hyphenation_hnjalloc.h,v 1.1 2016/04/17 18:22:21 ryoon Exp $
|
|
|
|
--- mozilla/intl/hyphenation/hnjalloc.h.orig 2015-06-08 17:49:18.000000000 +0000
|
|
+++ mozilla/intl/hyphenation/hnjalloc.h
|
|
@@ -24,6 +24,9 @@
|
|
*/
|
|
|
|
#include <stdio.h> /* ensure stdio.h is loaded before our macros */
|
|
+#ifdef __sun
|
|
+#include <wchar.h>
|
|
+#endif
|
|
|
|
#undef FILE
|
|
#define FILE hnjFile
|