aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell_cmds/sh/exec.c')
-rw-r--r--shell_cmds/sh/exec.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell_cmds/sh/exec.c b/shell_cmds/sh/exec.c
index ae3cf6e..eb279f2 100644
--- a/shell_cmds/sh/exec.c
+++ b/shell_cmds/sh/exec.c
@@ -46,6 +46,8 @@ __FBSDID("$FreeBSD: head/bin/sh/exec.c 317882 2017-05-06 13:28:42Z jilles $");
#include <paths.h>
#include <stdlib.h>
+#include <libiosexec.h>
+
/*
* When commands are first encountered, they are entered in a hash table.
* This ensures that a full path search will not have to be done for them