blob: 3a02a73334cfe6ce48d51fa963287a5eaebf0881 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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 */
|