diff options
Diffstat (limited to 'uniq.c')
-rw-r--r-- | uniq.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,12 +23,12 @@ | |||
23 | * | 23 | * |
24 | */ | 24 | */ |
25 | 25 | ||
26 | #include "busybox.h" | ||
27 | #include <stdio.h> | 26 | #include <stdio.h> |
28 | #include <string.h> | 27 | #include <string.h> |
29 | #include <getopt.h> | 28 | #include <getopt.h> |
30 | #include <errno.h> | 29 | #include <errno.h> |
31 | #include <stdlib.h> | 30 | #include <stdlib.h> |
31 | #include "busybox.h" | ||
32 | 32 | ||
33 | static int print_count; | 33 | static int print_count; |
34 | static int print_uniq = 1; | 34 | static int print_uniq = 1; |