mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
12 lines
314 B
C
12 lines
314 B
C
--- 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 */
|