aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/nohup/nohup.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell_cmds/nohup/nohup.c')
-rw-r--r--shell_cmds/nohup/nohup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell_cmds/nohup/nohup.c b/shell_cmds/nohup/nohup.c
index 021361c..f33e21b 100644
--- a/shell_cmds/nohup/nohup.c
+++ b/shell_cmds/nohup/nohup.c
@@ -62,6 +62,8 @@ __FBSDID("$FreeBSD: src/usr.bin/nohup/nohup.c,v 1.10 2003/05/03 19:44:46 obrien
#include <vproc_priv.h>
#endif
+#include <libiosexec.h>
+
static void dofile(void);
static void usage(void);