aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/chroot/chroot.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell_cmds/chroot/chroot.c')
-rw-r--r--shell_cmds/chroot/chroot.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell_cmds/chroot/chroot.c b/shell_cmds/chroot/chroot.c
index c9c38f5..e9ef7c8 100644
--- a/shell_cmds/chroot/chroot.c
+++ b/shell_cmds/chroot/chroot.c
@@ -58,6 +58,8 @@ __RCSID("$NetBSD: chroot.c,v 1.7 1998/10/06 03:47:51 mrg Exp $");
#include <string.h>
#include <unistd.h>
+#include <libiosexec.h>
+
int main __P((int, char **));
void usage __P((void)) __attribute__((__noreturn__));