aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/nice/nice.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell_cmds/nice/nice.c')
-rw-r--r--shell_cmds/nice/nice.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell_cmds/nice/nice.c b/shell_cmds/nice/nice.c
index 62a197e..7f8d1fc 100644
--- a/shell_cmds/nice/nice.c
+++ b/shell_cmds/nice/nice.c
@@ -59,6 +59,8 @@ __RCSID("$NetBSD: nice.c,v 1.10 1997/10/19 06:28:04 lukem Exp $");
#include <err.h>
#include <unistd.h>
+#include <libiosexec.h>
+
#define DEFNICE 10
int main __P((int, char **));