1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/sysutils/sloth/files/patch-sloth.c
2002-05-10 17:26:59 +00:00

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>