summaryrefslogtreecommitdiff
path: root/graphics/denemo/patches/patch-ab
blob: 2f01cda77815dba7cdb3e5066fc73260456a8303 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.1.1.1 2000/10/15 17:45:41 rh Exp $

--- playback.c.orig	Fri Jul 28 03:02:54 2000
+++ playback.c
@@ -18,7 +18,7 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include <sys/types.h>
-#include <wait.h>
+#include <sys/wait.h>
 #include <errno.h>
 
 extern char **environ;		/* I don't know why this is here. Hiller 19 Apr 2000 */