diff options
Diffstat (limited to 'modutils/lsmod.c')
-rw-r--r-- | modutils/lsmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/lsmod.c b/modutils/lsmod.c index f39cbc08f..c97d199a6 100644 --- a/modutils/lsmod.c +++ b/modutils/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" |