diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-04-08 17:23:27 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-04-08 17:23:27 +0200 |
commit | 7bcde5f00dc3a5c92f36bb6ef6bf849794cd766e (patch) | |
tree | 49249dae2b01e39dfe75a04b10b4cdfe91566cd4 /util-linux/renice.c | |
parent | 87a08e476b38ec9ac4ee93c34599b24a7bb284d9 (diff) | |
download | busybox-w32-7bcde5f00dc3a5c92f36bb6ef6bf849794cd766e.tar.gz busybox-w32-7bcde5f00dc3a5c92f36bb6ef6bf849794cd766e.tar.bz2 busybox-w32-7bcde5f00dc3a5c92f36bb6ef6bf849794cd766e.zip |
libbb.h: always include sys/resource.h
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to '')
-rw-r--r-- | util-linux/renice.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util-linux/renice.c b/util-linux/renice.c index 46704591f..ee0fb3c8e 100644 --- a/util-linux/renice.c +++ b/util-linux/renice.c | |||
@@ -39,7 +39,6 @@ | |||
39 | //usage: "\n -u Process user names" | 39 | //usage: "\n -u Process user names" |
40 | 40 | ||
41 | #include "libbb.h" | 41 | #include "libbb.h" |
42 | #include <sys/resource.h> | ||
43 | 42 | ||
44 | int renice_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 43 | int renice_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
45 | int renice_main(int argc UNUSED_PARAM, char **argv) | 44 | int renice_main(int argc UNUSED_PARAM, char **argv) |