diff options
Diffstat (limited to 'coreutils/rm.c')
-rw-r--r-- | coreutils/rm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/rm.c b/coreutils/rm.c index 5df7d5f65..1883feed8 100644 --- a/coreutils/rm.c +++ b/coreutils/rm.c | |||
@@ -18,6 +18,7 @@ | |||
18 | #include <unistd.h> | 18 | #include <unistd.h> |
19 | #include "busybox.h" | 19 | #include "busybox.h" |
20 | 20 | ||
21 | int rm_main(int argc, char **argv); | ||
21 | int rm_main(int argc, char **argv) | 22 | int rm_main(int argc, char **argv) |
22 | { | 23 | { |
23 | int status = 0; | 24 | int status = 0; |