diff options
Diffstat (limited to 'miscutils/chrt.c')
-rw-r--r-- | miscutils/chrt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/miscutils/chrt.c b/miscutils/chrt.c index 8a4b78fc4..d549708b4 100644 --- a/miscutils/chrt.c +++ b/miscutils/chrt.c | |||
@@ -6,7 +6,6 @@ | |||
6 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 6 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
7 | */ | 7 | */ |
8 | 8 | ||
9 | #include <unistd.h> | ||
10 | #include <sched.h> | 9 | #include <sched.h> |
11 | #include <getopt.h> /* optind */ | 10 | #include <getopt.h> /* optind */ |
12 | #include "libbb.h" | 11 | #include "libbb.h" |