diff options
Diffstat (limited to 'chmod_chown_chgrp.c')
-rw-r--r-- | chmod_chown_chgrp.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chmod_chown_chgrp.c b/chmod_chown_chgrp.c index 9363bd757..a458cf77a 100644 --- a/chmod_chown_chgrp.c +++ b/chmod_chown_chgrp.c | |||
@@ -22,16 +22,16 @@ | |||
22 | * | 22 | * |
23 | */ | 23 | */ |
24 | 24 | ||
25 | #include <stdio.h> | ||
26 | #include <stdlib.h> | ||
27 | #include <string.h> | ||
28 | #include <unistd.h> | ||
25 | #include "busybox.h" | 29 | #include "busybox.h" |
26 | #define BB_DECLARE_EXTERN | 30 | #define BB_DECLARE_EXTERN |
27 | #define bb_need_invalid_option | 31 | #define bb_need_invalid_option |
28 | #define bb_need_too_few_args | 32 | #define bb_need_too_few_args |
29 | #include "messages.c" | 33 | #include "messages.c" |
30 | 34 | ||
31 | #include <stdio.h> | ||
32 | #include <stdlib.h> | ||
33 | #include <string.h> | ||
34 | #include <unistd.h> | ||
35 | 35 | ||
36 | 36 | ||
37 | static long uid = -1; | 37 | static long uid = -1; |