diff options
Diffstat (limited to 'coreutils/sort.c')
-rw-r--r-- | coreutils/sort.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/sort.c b/coreutils/sort.c index 29cadf5f6..e2c7b1dbf 100644 --- a/coreutils/sort.c +++ b/coreutils/sort.c | |||
@@ -271,6 +271,7 @@ static unsigned str2u(char **str) | |||
271 | } | 271 | } |
272 | #endif | 272 | #endif |
273 | 273 | ||
274 | int sort_main(int argc, char **argv); | ||
274 | int sort_main(int argc, char **argv) | 275 | int sort_main(int argc, char **argv) |
275 | { | 276 | { |
276 | FILE *fp, *outfile = stdout; | 277 | FILE *fp, *outfile = stdout; |