summaryrefslogtreecommitdiff
path: root/editors/zile/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'editors/zile/patches/patch-ab')
-rw-r--r--editors/zile/patches/patch-ab12
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/zile/patches/patch-ab b/editors/zile/patches/patch-ab
new file mode 100644
index 00000000000..f54ee70e1f3
--- /dev/null
+++ b/editors/zile/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.5 2010/06/08 15:59:50 hauke Exp $
+
+--- lib/wchar.in.h.orig 2010-05-09 18:10:04.000000000 +0000
++++ lib/wchar.in.h
+@@ -59,6 +59,7 @@
+ But avoid namespace pollution on glibc systems. */
+ #ifndef __GLIBC__
+ # include <stddef.h>
++# include <stdlib.h> /* NetBSD */
+ # include <stdio.h>
+ # include <time.h>
+ #endif