diff options
Diffstat (limited to 'coreutils/mv.c')
-rw-r--r-- | coreutils/mv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/mv.c b/coreutils/mv.c index c08d232..ad36051 100644 --- a/coreutils/mv.c +++ b/coreutils/mv.c @@ -20,7 +20,7 @@ #include <errno.h> #include <stdlib.h> #include <getopt.h> /* struct option */ -#include "busybox.h" +#include "libbb.h" #include "libcoreutils/coreutils.h" #if ENABLE_FEATURE_MV_LONG_OPTIONS |