aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/mv/mv.c
diff options
context:
space:
mode:
Diffstat (limited to 'file_cmds/mv/mv.c')
-rw-r--r--file_cmds/mv/mv.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/file_cmds/mv/mv.c b/file_cmds/mv/mv.c
index e237123..17ef1e0 100644
--- a/file_cmds/mv/mv.c
+++ b/file_cmds/mv/mv.c
@@ -84,6 +84,10 @@ __RCSID("$FreeBSD: src/bin/mv/mv.c,v 1.39 2002/07/09 17:45:13 johan Exp $");
#include "pathnames.h"
+#if __ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__ < 140000
+#include "rpmatch.c"
+#endif
+
int fflg, iflg, nflg, vflg;
int copy(char *, char *);