It turns out that DODMALLOC was broken when I reorganized busybox.h
[oweals/busybox.git] / pivot_root.c
index e0071014888f525870f8531e4218a496a098909a..d7b80d7493a7d50f0c522b4de68790b2eca44ab3 100644 (file)
@@ -4,11 +4,11 @@
  *
  * busyboxed by Evin Robertson
  */
-#include "busybox.h"
 #include <stdlib.h>
 #include <stdio.h>
 #include <sys/syscall.h>
 #include <linux/unistd.h>
+#include "busybox.h"
 
 #ifndef __NR_pivot_root
 #error Sorry, but this kernel does not support the pivot_root syscall