diff options
Diffstat (limited to 'util-linux/dmesg.c')
-rw-r--r-- | util-linux/dmesg.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/util-linux/dmesg.c b/util-linux/dmesg.c index ed908ede9..0c1c6fabb 100644 --- a/util-linux/dmesg.c +++ b/util-linux/dmesg.c | |||
@@ -9,9 +9,8 @@ | |||
9 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | 9 | * Licensed under GPLv2, see file LICENSE in this tarball for details. |
10 | */ | 10 | */ |
11 | 11 | ||
12 | #include "libbb.h" | ||
13 | #include <unistd.h> | ||
14 | #include <sys/klog.h> | 12 | #include <sys/klog.h> |
13 | #include "libbb.h" | ||
15 | 14 | ||
16 | int dmesg_main(int argc, char **argv); | 15 | int dmesg_main(int argc, char **argv); |
17 | int dmesg_main(int argc, char **argv) | 16 | int dmesg_main(int argc, char **argv) |