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

- use standard headers

--- src/abbrev.c~	1993-09-13 11:20:03.000000000 +0000
+++ src/abbrev.c
@@ -20,6 +20,7 @@ the Free Software Foundation, 675 Mass A
 
 #include <config.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include "lisp.h"
 #include "commands.h"
 #include "buffer.h"