It turns out that DODMALLOC was broken when I reorganized busybox.h
[oweals/busybox.git] / coreutils / length.c
index 9119adca85102921e25834df0419171c7264df71..73becd28a3bacb7bdf1616e00d8ba62ef4e28fef 100644 (file)
@@ -1,8 +1,8 @@
 /* vi: set sw=4 ts=4: */
-#include "busybox.h"
 #include <stdlib.h>
 #include <string.h>
 #include <stdio.h>
+#include "busybox.h"
 
 extern int length_main(int argc, char **argv)
 {