It turns out that DODMALLOC was broken when I reorganized busybox.h
[oweals/busybox.git] / util-linux / mount.c
index 2f5bba59db1c6f6fd7b80f51399d3fe4942d3e98..7b0bf3e214e85fea245ffd7520a73a3bab0aa336 100644 (file)
@@ -43,7 +43,6 @@
  *     
  */
 
-#include "busybox.h"
 #include <stdlib.h>
 #include <unistd.h>
 #include <errno.h>
@@ -54,6 +53,7 @@
 #if defined BB_FEATURE_USE_DEVPS_PATCH
 #include <linux/devmtab.h> /* For Erik's nifty devmtab device driver */
 #endif
+#include "busybox.h"
 
 enum {
        MS_MGC_VAL = 0xc0ed0000, /* Magic number indicatng "new" flags */