From 7bcde5f00dc3a5c92f36bb6ef6bf849794cd766e Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 8 Apr 2018 17:23:27 +0200 Subject: libbb.h: always include sys/resource.h Signed-off-by: Denys Vlasenko --- util-linux/renice.c | 1 - 1 file changed, 1 deletion(-) (limited to 'util-linux/renice.c') 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 @@ //usage: "\n -u Process user names" #include "libbb.h" -#include int renice_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; int renice_main(int argc UNUSED_PARAM, char **argv) -- cgit v1.2.3-55-g6feb