aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coreutils/watch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/watch.c b/coreutils/watch.c
index a4b1f64b6..c275f3bb3 100644
--- a/coreutils/watch.c
+++ b/coreutils/watch.c
@@ -27,6 +27,7 @@
27#include <unistd.h> 27#include <unistd.h>
28#include <stdlib.h> 28#include <stdlib.h>
29#include <string.h> 29#include <string.h>
30#include <sys/wait.h>
30#include "busybox.h" 31#include "busybox.h"
31 32
32extern int watch_main(int argc, char **argv) 33extern int watch_main(int argc, char **argv)