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 @@
25 * 25 *
26 */ 26 */
27 27
28#include "busybox.h"
29#include <stdlib.h> 28#include <stdlib.h>
30#include <stdio.h> 29#include <stdio.h>
31#include <stddef.h> 30#include <stddef.h>
@@ -37,6 +36,7 @@
37#include <getopt.h> 36#include <getopt.h>
38#include <sys/utsname.h> 37#include <sys/utsname.h>
39#include <sys/file.h> 38#include <sys/file.h>
39#include "busybox.h"
40 40
41 41
42 42