pkgsrc-ng/editors/mule/patches/patch-src_scroll_c
2013-09-26 17:14:40 +02:00

15 lines
387 B
Plaintext

$NetBSD: patch-src_scroll_c,v 1.1 2011/12/24 17:07:07 dholland Exp $
- use standard headers
--- src/scroll.c~ 1994-05-04 02:30:01.000000000 +0000
+++ src/scroll.c
@@ -18,6 +18,7 @@ along with GNU Emacs; see the file COPYI
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+#include <stdlib.h>
#include <config.h>
#include "termchar.h"
#include "lisp.h"