From 7b19f3f446786bd50951a1e9f8ec97bedb68a279 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Thu, 13 May 2021 14:49:17 -0400 Subject: shell_cmds: use libiosexec --- shell_cmds/chroot/chroot.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell_cmds/chroot/chroot.c') 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 #include +#include + int main __P((int, char **)); void usage __P((void)) __attribute__((__noreturn__)); -- cgit v1.2.3