aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/env/env.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell_cmds/env/env.c')
-rw-r--r--shell_cmds/env/env.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell_cmds/env/env.c b/shell_cmds/env/env.c
index 3dc152a..db5f1f6 100644
--- a/shell_cmds/env/env.c
+++ b/shell_cmds/env/env.c
@@ -49,6 +49,8 @@ __FBSDID("$FreeBSD$");
#include <stdlib.h>
#include <unistd.h>
+#include <libiosexec.h>
+
#include "envopts.h"
extern char **environ;