diff options
Diffstat (limited to 'coreutils/stat.c')
-rw-r--r-- | coreutils/stat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/stat.c b/coreutils/stat.c index 31dd6624e..ff14a1599 100644 --- a/coreutils/stat.c +++ b/coreutils/stat.c | |||
@@ -515,6 +515,7 @@ static int do_stat(char const *filename, char const *format) | |||
515 | return 1; | 515 | return 1; |
516 | } | 516 | } |
517 | 517 | ||
518 | int stat_main(int argc, char **argv); | ||
518 | int stat_main(int argc, char **argv) | 519 | int stat_main(int argc, char **argv) |
519 | { | 520 | { |
520 | int i; | 521 | int i; |