mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
12 lines
234 B
C
12 lines
234 B
C
--- sloth.c.orig Sat May 11 01:25:43 2002
|
|
+++ sloth.c Sat May 11 01:25:49 2002
|
|
@@ -23,7 +23,7 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
-#include <wait.h>
|
|
+#include <sys/wait.h>
|
|
#include <signal.h>
|
|
#include <sys/types.h>
|
|
#include <sys/time.h>
|