summaryrefslogtreecommitdiff
path: root/editors/mule/patches/patch-src_xdisp_c
blob: 09e2f607d8e17e985a44f41e36c3a12c24098604 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-src_xdisp_c,v 1.1 2011/12/24 17:07:08 dholland Exp $

- use standard headers

--- src/xdisp.c~	1996-03-06 08:08:03.000000000 +0000
+++ src/xdisp.c
@@ -68,6 +68,7 @@ the Free Software Foundation, 675 Mass A
 
 #include <config.h>
 #include <stdio.h>
+#include <stdlib.h>
 /*#include <ctype.h>*/
 #undef NULL
 #include "lisp.h"