aboutsummaryrefslogtreecommitdiff
path: root/coreutils/sum.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/sum.c')
-rw-r--r--coreutils/sum.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/sum.c b/coreutils/sum.c
index d62f2cfde..9327ca55e 100644
--- a/coreutils/sum.c
+++ b/coreutils/sum.c
@@ -74,6 +74,7 @@ static unsigned sum_file(const char *file, const unsigned type)
74#undef buf 74#undef buf
75} 75}
76 76
77int sum_main(int argc, char **argv);
77int sum_main(int argc, char **argv) 78int sum_main(int argc, char **argv)
78{ 79{
79 unsigned n; 80 unsigned n;