It turns out that DODMALLOC was broken when I reorganized busybox.h
[oweals/busybox.git] / console-tools / loadacm.c
index 6422137a16aabd934553e2c137e0f3ede7165427..81b973b026f8dc6b88f131f2ae2c5bf237df4cdd 100644 (file)
@@ -7,7 +7,6 @@
  * Peter Novodvorsky <petya@logic.ru>
  */
 
-#include "busybox.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <memory.h>
 #include <assert.h>
 #include <errno.h>
 #include <signal.h>
+#include <sys/kd.h>
 #include <sys/types.h>
 #include <sys/ioctl.h>
-#include <sys/kd.h>
+#include "busybox.h"
 
 typedef unsigned short unicode;