Move the warning msg after features.h gets pulled in.
[oweals/busybox.git] / uniq.c
diff --git a/uniq.c b/uniq.c
index 84f1ed231014d75bc888a2cd633807363d2c1e01..53e3c64f29c421d48cbc1e8fc7044154b0b8ab5a 100644 (file)
--- a/uniq.c
+++ b/uniq.c
  *
  */
 
-#include "busybox.h"
 #include <stdio.h>
 #include <string.h>
 #include <getopt.h>
 #include <errno.h>
 #include <stdlib.h>
+#include "busybox.h"
 
 static int print_count;
 static int print_uniq = 1;