It turns out that DODMALLOC was broken when I reorganized busybox.h
[oweals/busybox.git] / mkswap.c
index 48637e88984081311bd7acabe0ecc091af09bf46..b5153f623b352bec3ee1c81e709e3ba3123c93ba 100644 (file)
--- a/mkswap.c
+++ b/mkswap.c
@@ -35,7 +35,6 @@
  *
  */
 
-#include "busybox.h"
 #include <stdio.h>
 #include <unistd.h>
 #include <string.h>
@@ -45,6 +44,7 @@
 #include <sys/utsname.h>
 #include <asm/page.h>                  /* for PAGE_SIZE and PAGE_SHIFT */
                                /* we also get PAGE_SIZE via getpagesize() */
+#include "busybox.h"
 
 #ifndef _IO
 /* pre-1.3.45 */