aboutsummaryrefslogtreecommitdiff
path: root/uniq.c
diff options
context:
space:
mode:
Diffstat (limited to 'uniq.c')
-rw-r--r--uniq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uniq.c b/uniq.c
index 84f1ed231..53e3c64f2 100644
--- a/uniq.c
+++ b/uniq.c
@@ -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
33static int print_count; 33static int print_count;
34static int print_uniq = 1; 34static int print_uniq = 1;