It turns out that DODMALLOC was broken when I reorganized busybox.h
[oweals/busybox.git] / modutils / lsmod.c
index f39cbc08f8926f84028118d949a7dca88347106d..c97d199a69e40d262cd86011ac05cc9b52998dc8 100644 (file)
@@ -25,7 +25,6 @@
  *
  */
 
-#include "busybox.h"
 #include <stdlib.h>
 #include <stdio.h>
 #include <stddef.h>
@@ -37,6 +36,7 @@
 #include <getopt.h>
 #include <sys/utsname.h>
 #include <sys/file.h>
+#include "busybox.h"