diff options
Diffstat (limited to 'editors/emacs20/patches/patch-bu')
-rw-r--r-- | editors/emacs20/patches/patch-bu | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/emacs20/patches/patch-bu b/editors/emacs20/patches/patch-bu new file mode 100644 index 00000000000..839431ec7fa --- /dev/null +++ b/editors/emacs20/patches/patch-bu @@ -0,0 +1,12 @@ +$NetBSD: patch-bu,v 1.1 2004/03/25 22:13:34 kristerw Exp $ + +--- src/xterm.c.orig 2004-03-25 22:14:27.000000000 +0100 ++++ src/xterm.c 2004-03-25 22:14:43.000000000 +0100 +@@ -28,6 +28,7 @@ + #include <config.h> + + #include <stdio.h> ++#include <stdlib.h> + + #ifdef HAVE_X_WINDOWS + |