diff options
Diffstat (limited to 'coreutils/comm.c')
-rw-r--r-- | coreutils/comm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/comm.c b/coreutils/comm.c index 91f017753..b6412968d 100644 --- a/coreutils/comm.c +++ b/coreutils/comm.c | |||
@@ -108,6 +108,7 @@ static void cmp_files(char **infiles) | |||
108 | fclose(streams[1]); | 108 | fclose(streams[1]); |
109 | } | 109 | } |
110 | 110 | ||
111 | int comm_main(int argc, char **argv); | ||
111 | int comm_main(int argc, char **argv) | 112 | int comm_main(int argc, char **argv) |
112 | { | 113 | { |
113 | unsigned long flags; | 114 | unsigned long flags; |