diff options
Diffstat (limited to 'lsmod.c')
-rw-r--r-- | lsmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |