diff options
Diffstat (limited to 'coreutils/usleep.c')
-rw-r--r-- | coreutils/usleep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/usleep.c b/coreutils/usleep.c index de473a7b2..7dd914638 100644 --- a/coreutils/usleep.c +++ b/coreutils/usleep.c | |||
@@ -14,6 +14,7 @@ | |||
14 | #include <unistd.h> | 14 | #include <unistd.h> |
15 | #include "busybox.h" | 15 | #include "busybox.h" |
16 | 16 | ||
17 | int usleep_main(int argc, char **argv); | ||
17 | int usleep_main(int argc, char **argv) | 18 | int usleep_main(int argc, char **argv) |
18 | { | 19 | { |
19 | if (argc != 2) { | 20 | if (argc != 2) { |