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 c899158..dd73fb6 100644 --- a/coreutils/install.c +++ b/coreutils/install.c @@ -25,6 +25,7 @@ static const struct option install_long_options[] = { }; #endif +int install_main(int argc, char **argv); int install_main(int argc, char **argv) { struct stat statbuf; |