commit | 29f9b2fbdbfdd1509aa0a91df70764c72e2b3e54 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Wed Dec 11 04:25:02 2002 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Wed Dec 11 04:25:02 2002 +0000 |
tree | 18cbfbd034689cf4dd1e491724d0e7b8251f8fdb | |
parent | 80ff9449bf01d1134e0cbf1806a9d2223348f360 [diff] [blame] |
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)