diff options
Diffstat (limited to 'coreutils/cp.c')
-rw-r--r-- | coreutils/cp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/cp.c b/coreutils/cp.c index 47ad85e..7b0de47 100644 --- a/coreutils/cp.c +++ b/coreutils/cp.c @@ -17,6 +17,7 @@ #include "busybox.h" #include "libcoreutils/coreutils.h" +int cp_main(int argc, char **argv); int cp_main(int argc, char **argv) { struct stat source_stat; |