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

15 lines
370 B
Plaintext

$NetBSD: patch-src_doc_c,v 1.1 2011/12/24 17:07:07 dholland Exp $
- use standard headers
--- src/doc.c~ 1994-10-21 04:20:03.000000000 +0000
+++ src/doc.c
@@ -22,6 +22,7 @@ the Free Software Foundation, 675 Mass A
#include <sys/types.h>
#include <sys/file.h> /* Must be after sys/types.h for USG and BSD4_1*/
+#include <stdlib.h>
#ifdef USG5
#include <fcntl.h>