diff options
Diffstat (limited to 'coreutils/watch.c')
-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 81856c867..60a4a71ce 100644 --- a/coreutils/watch.c +++ b/coreutils/watch.c | |||
@@ -23,6 +23,7 @@ | |||
23 | // | 23 | // |
24 | // (procps 3.x and procps 2.x are forks, not newer/older versions of the same) | 24 | // (procps 3.x and procps 2.x are forks, not newer/older versions of the same) |
25 | 25 | ||
26 | int watch_main(int argc, char **argv); | ||
26 | int watch_main(int argc, char **argv) | 27 | int watch_main(int argc, char **argv) |
27 | { | 28 | { |
28 | unsigned opt; | 29 | unsigned opt; |