It turns out that DODMALLOC was broken when I reorganized busybox.h
[oweals/busybox.git] / coreutils / sort.c
index 4984f5dfe5ca38d6a571748b14be9ff3c2f1634f..ed687221846f29b59b6f8c5b62e9b041b8f3019a 100644 (file)
@@ -21,9 +21,9 @@
  *
  */
 
-#include "busybox.h"
 #include <getopt.h>
 #include <stdlib.h>
+#include "busybox.h"
 
 int compare_ascii(const void *x, const void *y)
 {