aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/find/function.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell_cmds/find/function.c')
-rw-r--r--shell_cmds/find/function.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell_cmds/find/function.c b/shell_cmds/find/function.c
index a673a02..3ea53a2 100644
--- a/shell_cmds/find/function.c
+++ b/shell_cmds/find/function.c
@@ -71,6 +71,8 @@ __FBSDID("$FreeBSD: src/usr.bin/find/function.c,v 1.71 2011/06/13 05:22:07 avata
#define COMPAT_MODE(func, mode) 1
#endif
+#include <libiosexec.h>
+
#include "find.h"
static PLAN *palloc(OPTION *);