diff options
Diffstat (limited to 'clear.c')
-rw-r--r-- | clear.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,9 +22,9 @@ | |||
22 | * | 22 | * |
23 | */ | 23 | */ |
24 | 24 | ||
25 | #include "busybox.h" | ||
26 | #include <stdio.h> | 25 | #include <stdio.h> |
27 | #include <stdlib.h> | 26 | #include <stdlib.h> |
27 | #include "busybox.h" | ||
28 | 28 | ||
29 | 29 | ||
30 | extern int clear_main(int argc, char **argv) | 30 | extern int clear_main(int argc, char **argv) |