diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-12-11 04:25:02 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-12-11 04:25:02 +0000 |
commit | 29f9b2fbdbfdd1509aa0a91df70764c72e2b3e54 (patch) | |
tree | 18cbfbd034689cf4dd1e491724d0e7b8251f8fdb | |
parent | 80ff9449bf01d1134e0cbf1806a9d2223348f360 (diff) | |
download | busybox-w32-29f9b2fbdbfdd1509aa0a91df70764c72e2b3e54.tar.gz busybox-w32-29f9b2fbdbfdd1509aa0a91df70764c72e2b3e54.tar.bz2 busybox-w32-29f9b2fbdbfdd1509aa0a91df70764c72e2b3e54.zip |
Add missing header file to squash a warning
-rw-r--r-- | coreutils/watch.c | 1 |
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 | ||
32 | extern int watch_main(int argc, char **argv) | 33 | extern int watch_main(int argc, char **argv) |