aboutsummaryrefslogtreecommitdiff
path: root/coreutils/mv.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/mv.c')
-rw-r--r--coreutils/mv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/mv.c b/coreutils/mv.c
index c08d2327c..ad36051f9 100644
--- a/coreutils/mv.c
+++ b/coreutils/mv.c
@@ -20,7 +20,7 @@
20#include <errno.h> 20#include <errno.h>
21#include <stdlib.h> 21#include <stdlib.h>
22#include <getopt.h> /* struct option */ 22#include <getopt.h> /* struct option */
23#include "busybox.h" 23#include "libbb.h"
24#include "libcoreutils/coreutils.h" 24#include "libcoreutils/coreutils.h"
25 25
26#if ENABLE_FEATURE_MV_LONG_OPTIONS 26#if ENABLE_FEATURE_MV_LONG_OPTIONS