aboutsummaryrefslogtreecommitdiff
path: root/util-linux/dmesg.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/dmesg.c')
-rw-r--r--util-linux/dmesg.c3
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 @@
* Licensed under GPLv2, see file LICENSE in this tarball for details.
*/
-#include "libbb.h"
-#include <unistd.h>
#include <sys/klog.h>
+#include "libbb.h"
int dmesg_main(int argc, char **argv);
int dmesg_main(int argc, char **argv)