summaryrefslogtreecommitdiff
path: root/lang/mpd/patches/patch-ay
blob: 559d59a2aea1ae61e234103a4e1090793056aa8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ay,v 1.1.1.1 2005/10/17 16:16:48 is Exp $

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