mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
387 B
Plaintext
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"
|