It turns out that DODMALLOC was broken when I reorganized busybox.h
[oweals/busybox.git] / util-linux / mkfs_minix.c
index 6b4a3e2d1151564ba4fafeafebee9a85c1f66c26..b666338dc1aee487381394f240c38f342d88bdfe 100644 (file)
@@ -62,7 +62,6 @@
  *     removed getopt based parser and added a hand rolled one.
  */
 
-#include "busybox.h"
 #include <stdio.h>
 #include <time.h>
 #include <unistd.h>
@@ -75,6 +74,7 @@
 #include <sys/ioctl.h>
 #include <sys/param.h>
 #include <mntent.h>
+#include "busybox.h"
 
 
 typedef unsigned char u8;