aboutsummaryrefslogtreecommitdiff
path: root/renice.c
diff options
context:
space:
mode:
Diffstat (limited to 'renice.c')
-rw-r--r--renice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/renice.c b/renice.c
index 9180ebf81..ec35bdcde 100644
--- a/renice.c
+++ b/renice.c
@@ -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
31extern int renice_main(int argc, char **argv) 31extern int renice_main(int argc, char **argv)