diff options
Diffstat (limited to 'coreutils/cp.c')
-rw-r--r-- | coreutils/cp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/cp.c b/coreutils/cp.c index 8c09379..f98f281 100644 --- a/coreutils/cp.c +++ b/coreutils/cp.c @@ -15,7 +15,7 @@ * Size reduction. */ -#include "busybox.h" +#include "libbb.h" #include "libcoreutils/coreutils.h" /* This is a NOEXEC applet. Be very careful! */ |