diff options
Diffstat (limited to 'miscutils/chrt.c')
-rw-r--r-- | miscutils/chrt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/chrt.c b/miscutils/chrt.c index f52c3cd..8a4b78f 100644 --- a/miscutils/chrt.c +++ b/miscutils/chrt.c @@ -6,10 +6,10 @@ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ -#include "busybox.h" #include <unistd.h> #include <sched.h> #include <getopt.h> /* optind */ +#include "libbb.h" #ifndef _POSIX_PRIORITY_SCHEDULING #warning your system may be foobared #endif |