It turns out that DODMALLOC was broken when I reorganized busybox.h
[oweals/busybox.git] / coreutils / uniq.c
index 84f1ed231014d75bc888a2cd633807363d2c1e01..53e3c64f29c421d48cbc1e8fc7044154b0b8ab5a 100644 (file)
  *
  */
 
-#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;