It turns out that DODMALLOC was broken when I reorganized busybox.h
[oweals/busybox.git] / loadkmap.c
index 5ecd819f94ba8a3d1996261823df63e30ab80914..dcb5c1caa1ef2e4b6b3772018df441d1fe948fbb 100644 (file)
@@ -20,7 +20,6 @@
  *
  */
 
-#include "busybox.h"
 #include <errno.h>
 #include <fcntl.h>
 #include <stdio.h>
@@ -28,6 +27,7 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include <sys/ioctl.h>
+#include "busybox.h"
 
 #define BINARY_KEYMAP_MAGIC "bkeymap"