diff options
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/nice.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/nice.c b/coreutils/nice.c index aa8b06cce..da1696c42 100644 --- a/coreutils/nice.c +++ b/coreutils/nice.c | |||
@@ -22,7 +22,6 @@ | |||
22 | //usage: "Change scheduling priority, run PROG\n" | 22 | //usage: "Change scheduling priority, run PROG\n" |
23 | //usage: "\n -n ADJUST Adjust priority by ADJUST" | 23 | //usage: "\n -n ADJUST Adjust priority by ADJUST" |
24 | 24 | ||
25 | #include <sys/resource.h> | ||
26 | #include "libbb.h" | 25 | #include "libbb.h" |
27 | 26 | ||
28 | int nice_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 27 | int nice_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |