aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/rm/rm.c
diff options
context:
space:
mode:
Diffstat (limited to 'file_cmds/rm/rm.c')
-rw-r--r--file_cmds/rm/rm.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/file_cmds/rm/rm.c b/file_cmds/rm/rm.c
index ef457c5..389df6e 100644
--- a/file_cmds/rm/rm.c
+++ b/file_cmds/rm/rm.c
@@ -75,6 +75,10 @@ __used static const char rcsid[] =
#define COMPAT_MODE(func, mode) 1
#endif
+#if __ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__ < 140000
+#include "rpmatch.c"
+#endif
+
int dflag, eval, fflag, iflag, Pflag, vflag, Wflag, stdin_ok;
uid_t uid;