projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80ff944
)
Add missing header file to squash a warning
author
Eric Andersen
<andersen@codepoet.org>
Wed, 11 Dec 2002 04:25:02 +0000
(
04:25
-0000)
committer
Eric Andersen
<andersen@codepoet.org>
Wed, 11 Dec 2002 04:25:02 +0000
(
04:25
-0000)
coreutils/watch.c
patch
|
blob
|
history
diff --git
a/coreutils/watch.c
b/coreutils/watch.c
index a4b1f64b60d563fc14a706d5dd5acaed3170a912..c275f3bb3cf6f931f77a566f1f054983ba0504ea 100644
(file)
--- 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)