diff options
Diffstat (limited to 'coreutils/basename.c')
-rw-r--r-- | coreutils/basename.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/basename.c b/coreutils/basename.c index 30f76dc12..46f7122c8 100644 --- a/coreutils/basename.c +++ b/coreutils/basename.c | |||
@@ -25,6 +25,7 @@ | |||
25 | #include <string.h> | 25 | #include <string.h> |
26 | #include "busybox.h" | 26 | #include "busybox.h" |
27 | 27 | ||
28 | int basename_main(int argc, char **argv); | ||
28 | int basename_main(int argc, char **argv) | 29 | int basename_main(int argc, char **argv) |
29 | { | 30 | { |
30 | size_t m, n; | 31 | size_t m, n; |