Oops. Since dirent.h depends on BB_FEATURE_SH_TAB_COMPLETION, put it
[oweals/busybox.git] / lsmod.c
diff --git a/lsmod.c b/lsmod.c
index f39cbc08f8926f84028118d949a7dca88347106d..c97d199a69e40d262cd86011ac05cc9b52998dc8 100644 (file)
--- a/lsmod.c
+++ b/lsmod.c
@@ -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"