libbb.h: always include sys/resource.h
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
//usage: "Change scheduling priority, run PROG\n"
|
||||
//usage: "\n -n ADJUST Adjust priority by ADJUST"
|
||||
|
||||
#include <sys/resource.h>
|
||||
#include "libbb.h"
|
||||
|
||||
int nice_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
|
||||
|
Reference in New Issue
Block a user