summaryrefslogtreecommitdiff
path: root/lang/mpd/patches/patch-ay
blob: 8a02372f7d3b7ed626345be1fc4a1b205b6878a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ay,v 1.2 2015/12/29 23:34:52 dholland Exp $

Use standard headers.

--- util.c.orig	2000-10-31 23:53:40.000000000 +0100
+++ util.c
@@ -4,7 +4,10 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/file.h>	/* needed by HP-UX */
+#include <sys/wait.h>	/* needed by NetBSD */
 #include <fcntl.h>	/* needed by HP-UX */
+#include <string.h>	/* needed by NetBSD */
+#include <unistd.h>	/* needed by NetBSD */
 #include "gen.h"
 #include "util.h"
 #include "paths.h"