diff options
Diffstat (limited to 'cmp.c')
-rw-r--r-- | cmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,11 +22,11 @@ | |||
22 | * | 22 | * |
23 | */ | 23 | */ |
24 | 24 | ||
25 | #include "busybox.h" | ||
26 | #include <stdio.h> | 25 | #include <stdio.h> |
27 | #include <string.h> | 26 | #include <string.h> |
28 | #include <errno.h> | 27 | #include <errno.h> |
29 | #include <stdlib.h> | 28 | #include <stdlib.h> |
29 | #include "busybox.h" | ||
30 | 30 | ||
31 | int cmp_main(int argc, char **argv) | 31 | int cmp_main(int argc, char **argv) |
32 | { | 32 | { |