libbb.h: always include sys/resource.h
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user