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 31dd662..ff14a15 100644 --- a/coreutils/stat.c +++ b/coreutils/stat.c @@ -515,6 +515,7 @@ static int do_stat(char const *filename, char const *format) return 1; } +int stat_main(int argc, char **argv); int stat_main(int argc, char **argv) { int i; |