aboutsummaryrefslogtreecommitdiff
path: root/coreutils/cp.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/cp.c')
-rw-r--r--coreutils/cp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/cp.c b/coreutils/cp.c
index 47ad85ecf..7b0de477b 100644
--- a/coreutils/cp.c
+++ b/coreutils/cp.c
@@ -17,6 +17,7 @@
17#include "busybox.h" 17#include "busybox.h"
18#include "libcoreutils/coreutils.h" 18#include "libcoreutils/coreutils.h"
19 19
20int cp_main(int argc, char **argv);
20int cp_main(int argc, char **argv) 21int cp_main(int argc, char **argv)
21{ 22{
22 struct stat source_stat; 23 struct stat source_stat;