mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
361 B
Plaintext
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>
|