summaryrefslogtreecommitdiff
path: root/editors/ex/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'editors/ex/patches/patch-ab')
-rw-r--r--editors/ex/patches/patch-ab12
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/ex/patches/patch-ab b/editors/ex/patches/patch-ab
new file mode 100644
index 00000000000..4cb692d3ef6
--- /dev/null
+++ b/editors/ex/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2005/10/31 20:04:46 tv Exp $
+
+--- malloc.c.orig 2002-03-02 07:15:03.000000000 -0500
++++ malloc.c
+@@ -45,6 +45,7 @@
+ #include <sys/types.h>
+ #include <unistd.h>
+ #include <errno.h>
++#include <stdlib.h>
+ #else /* !POSIX_1 */
+ #include <sys/types.h>
+ extern int errno;