summaryrefslogtreecommitdiffstats
path: root/bin/mv
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mv')
-rw-r--r--bin/mv/mv.c1
-rw-r--r--bin/mv/pathnames.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/bin/mv/mv.c b/bin/mv/mv.c
index a32eb57..43ca99c 100644
--- a/bin/mv/mv.c
+++ b/bin/mv/mv.c
@@ -59,6 +59,7 @@ __FBSDID("$FreeBSD$");
#include <fcntl.h>
#include <grp.h>
#include <limits.h>
+#include <paths.h>
#include <pwd.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/bin/mv/pathnames.h b/bin/mv/pathnames.h
index b9cd27f..2692ded 100644
--- a/bin/mv/pathnames.h
+++ b/bin/mv/pathnames.h
@@ -35,4 +35,3 @@
*/
#define _PATH_RM "/bin/rm"
-#define _PATH_CP "/bin/cp"
OpenPOWER on IntegriCloud