Add missing header file to squash a warning
diff --git a/coreutils/watch.c b/coreutils/watch.c
index a4b1f64..c275f3b 100644
--- a/coreutils/watch.c
+++ b/coreutils/watch.c
@@ -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)