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 --- coreutils/nice.c | 1 - 1 file changed, 1 deletion(-) (limited to 'coreutils') 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 @@ //usage: "Change scheduling priority, run PROG\n" //usage: "\n -n ADJUST Adjust priority by ADJUST" -#include #include "libbb.h" int nice_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; -- cgit v1.2.3