From 6049e2ca2a32bf3cd895ac1279495d4bf61c638d Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Sun, 23 May 2021 11:50:48 -0400 Subject: shell_cmds: Fix compilation for lower targets --- shell_cmds/find/misc.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'shell_cmds/find/misc.c') diff --git a/shell_cmds/find/misc.c b/shell_cmds/find/misc.c index a165c5e..e45b864 100644 --- a/shell_cmds/find/misc.c +++ b/shell_cmds/find/misc.c @@ -52,6 +52,10 @@ __FBSDID("$FreeBSD: src/usr.bin/find/misc.c,v 1.13 2010/12/11 08:32:16 joel Exp #include "find.h" +#if __ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__ < 140000 +#include "rpmatch.c" +#endif + /* * brace_subst -- * Replace occurrences of {} in s1 with s2 and return the result string. -- cgit v1.2.3-56-ge451