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

- use standard headers

--- src/mcpath.c~	1995-08-01 10:41:51.000000000 +0000
+++ src/mcpath.c
@@ -25,6 +25,7 @@ the Free Software Foundation, 675 Mass A
 
 #define MCPATH_SOURCE
 #include <stdio.h>
+#include <stdlib.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/param.h>