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

15 lines
361 B
Plaintext

$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>