summaryrefslogtreecommitdiff
path: root/audio/denemo/files/patch-playback.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/denemo/files/patch-playback.c')
-rw-r--r--audio/denemo/files/patch-playback.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/denemo/files/patch-playback.c b/audio/denemo/files/patch-playback.c
new file mode 100644
index 000000000000..3a02a73334cf
--- /dev/null
+++ b/audio/denemo/files/patch-playback.c
@@ -0,0 +1,11 @@
+--- playback.c.orig Tue Jun 27 22:13:08 2000
++++ playback.c Sat Feb 10 19:34:55 2001
+@@ -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 */