diff options
Diffstat (limited to 'renice.c')
-rw-r--r-- | renice.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,12 +20,12 @@ | |||
20 | * | 20 | * |
21 | */ | 21 | */ |
22 | 22 | ||
23 | #include "busybox.h" | ||
24 | #include <stdio.h> | 23 | #include <stdio.h> |
25 | #include <errno.h> | 24 | #include <errno.h> |
26 | #include <stdlib.h> | 25 | #include <stdlib.h> |
27 | #include <sys/time.h> | 26 | #include <sys/time.h> |
28 | #include <sys/resource.h> | 27 | #include <sys/resource.h> |
28 | #include "busybox.h" | ||
29 | 29 | ||
30 | 30 | ||
31 | extern int renice_main(int argc, char **argv) | 31 | extern int renice_main(int argc, char **argv) |