aboutsummaryrefslogtreecommitdiff
path: root/lsmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'lsmod.c')
-rw-r--r--lsmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lsmod.c b/lsmod.c
index f39cbc08f..c97d199a6 100644
--- 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"