It turns out that DODMALLOC was broken when I reorganized busybox.h
[oweals/busybox.git] / coreutils / df.c
index 692205a0e252293c463d8a93f5cdd73aa9701d62..ebee4d607dc4f166eaa2bc6957c8cc6128a1305c 100644 (file)
  *
  */
 
-#include "busybox.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <mntent.h>
 #include <sys/vfs.h>
 #include <getopt.h>
+#include "busybox.h"
 
 extern const char mtab_file[]; /* Defined in utility.c */
 #ifdef BB_FEATURE_HUMAN_READABLE