forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
234 B
C
11 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>
|