Add missing header file to squash a warning
authorEric Andersen <andersen@codepoet.org>
Wed, 11 Dec 2002 04:25:02 +0000 (04:25 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 11 Dec 2002 04:25:02 +0000 (04:25 -0000)
coreutils/watch.c

index a4b1f64b60d563fc14a706d5dd5acaed3170a912..c275f3bb3cf6f931f77a566f1f054983ba0504ea 100644 (file)
@@ -27,6 +27,7 @@
 #include <unistd.h>
 #include <stdlib.h>
 #include <string.h>
+#include <sys/wait.h>
 #include "busybox.h"
 
 extern int watch_main(int argc, char **argv)