summaryrefslogtreecommitdiff
path: root/editors/emacs20/patches/patch-bv
diff options
context:
space:
mode:
Diffstat (limited to 'editors/emacs20/patches/patch-bv')
-rw-r--r--editors/emacs20/patches/patch-bv13
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/emacs20/patches/patch-bv b/editors/emacs20/patches/patch-bv
new file mode 100644
index 00000000000..99c903a5d1e
--- /dev/null
+++ b/editors/emacs20/patches/patch-bv
@@ -0,0 +1,13 @@
+$NetBSD: patch-bv,v 1.1 2004/03/25 22:13:34 kristerw Exp $
+
+--- src/ralloc.c.orig 2004-03-25 22:18:49.000000000 +0100
++++ src/ralloc.c 2004-03-25 22:20:22.000000000 +0100
+@@ -80,6 +80,8 @@
+
+ #endif /* not emacs */
+
++#include <stdlib.h>
++
+ #include "getpagesize.h"
+
+ #define NIL ((POINTER) 0)