diff options
author | Denys Vlasenko | 2018-04-08 17:23:27 +0200 |
---|---|---|
committer | Denys Vlasenko | 2018-04-08 17:23:27 +0200 |
commit | 7bcde5f00dc3a5c92f36bb6ef6bf849794cd766e (patch) | |
tree | 49249dae2b01e39dfe75a04b10b4cdfe91566cd4 /util-linux | |
parent | 87a08e476b38ec9ac4ee93c34599b24a7bb284d9 (diff) | |
download | busybox-7bcde5f00dc3a5c92f36bb6ef6bf849794cd766e.zip busybox-7bcde5f00dc3a5c92f36bb6ef6bf849794cd766e.tar.gz |
libbb.h: always include sys/resource.h
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux')
-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 4670459..ee0fb3c 100644 --- a/util-linux/renice.c +++ b/util-linux/renice.c @@ -39,7 +39,6 @@ //usage: "\n -u Process user names" #include "libbb.h" -#include <sys/resource.h> int renice_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; int renice_main(int argc UNUSED_PARAM, char **argv) |