diff options
Diffstat (limited to 'coreutils/install.c')
-rw-r--r-- | coreutils/install.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/install.c b/coreutils/install.c index c899158aa..dd73fb693 100644 --- a/coreutils/install.c +++ b/coreutils/install.c | |||
@@ -25,6 +25,7 @@ static const struct option install_long_options[] = { | |||
25 | }; | 25 | }; |
26 | #endif | 26 | #endif |
27 | 27 | ||
28 | int install_main(int argc, char **argv); | ||
28 | int install_main(int argc, char **argv) | 29 | int install_main(int argc, char **argv) |
29 | { | 30 | { |
30 | struct stat statbuf; | 31 | struct stat statbuf; |