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

16 lines
377 B
Plaintext

$NetBSD: patch-lib-src_make-docfile_c,v 1.1 2011/12/24 17:07:07 dholland Exp $
- use standard headers
--- lib-src/make-docfile.c~ 1994-05-19 21:04:35.000000000 +0000
+++ lib-src/make-docfile.c
@@ -32,6 +32,8 @@ the Free Software Foundation, 675 Mass A
*/
#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
#ifdef MSDOS
#include <fcntl.h>
#endif /* MSDOS */