It turns out that DODMALLOC was broken when I reorganized busybox.h
[oweals/busybox.git] / rmdir.c
diff --git a/rmdir.c b/rmdir.c
index 6266ce1ef832d6d1490913578aea4acf89fabe40..2c280376f84cdd02e70b28f898b3158856c70f38 100644 (file)
--- a/rmdir.c
+++ b/rmdir.c
  *
  */
 
-#include "busybox.h"
 #include <stdio.h>
 #include <errno.h>
 #include <unistd.h>
 #include <stdlib.h>
+#include "busybox.h"
 
 extern int rmdir_main(int argc, char **argv)
 {