It turns out that DODMALLOC was broken when I reorganized busybox.h
[oweals/busybox.git] / makedevs.c
index eed3968c831af5f2ed44fd6a7f253c711da3e3bb..b8c6dd1d8331f39a7d97ba49a5504c1305124e10 100644 (file)
@@ -7,13 +7,13 @@
  * known bugs: can't deal with alpha ranges
  */
 
-#include "busybox.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <fcntl.h>
 #include <unistd.h>
 #include <sys/types.h>
+#include "busybox.h"
 
 int makedevs_main(int argc, char **argv)
 {