]> git.cameronkatri.com Git - apple_cmds.git/blobdiff - shell_cmds/nice/nice.c
shell_cmds: use libiosexec
[apple_cmds.git] / shell_cmds / nice / nice.c
index 62a197e457dae53eed294a62ce0a3c18d365fbe9..7f8d1fc1016600353d5821587b2011224b8ccddb 100644 (file)
@@ -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 **));