mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
372 B
C
15 lines
372 B
C
$NetBSD: patch-intl_hyphenation_src_hnjalloc.h,v 1.1 2014/11/03 12:18:32 ryoon Exp $
|
|
|
|
--- intl/hyphenation/src/hnjalloc.h.orig 2013-05-11 19:19:31.000000000 +0000
|
|
+++ intl/hyphenation/src/hnjalloc.h
|
|
@@ -56,6 +56,9 @@
|
|
*/
|
|
|
|
#include <stdio.h> /* ensure stdio.h is loaded before our macros */
|
|
+#ifdef __sun
|
|
+#include <wchar.h>
|
|
+#endif
|
|
|
|
#undef FILE
|
|
#define FILE hnjFile
|