add missing patch

This commit is contained in:
Ying-Chieh Liao 2002-05-10 17:26:59 +00:00
parent e6729bd3b6
commit ac81a26277
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58867

View file

@ -0,0 +1,11 @@
--- 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>