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