It turns out that DODMALLOC was broken when I reorganized busybox.h
[oweals/busybox.git] / chroot.c
index e721e1ffa397dc74b7fa1b1e474293c1cfb151a4..bae9cd75702288f662db639518f287bc2556ea30 100644 (file)
--- a/chroot.c
+++ b/chroot.c
  *
  */
 
-#include "busybox.h"
 #include <stdlib.h>
 #include <stdio.h>
 #include <unistd.h>
 #include <errno.h>
+#include "busybox.h"
 
 int chroot_main(int argc, char **argv)
 {