summaryrefslogtreecommitdiffstats
path: root/sys-utils/dmesg.c
diff options
context:
space:
mode:
authorKarel Zak2014-05-06 10:28:26 +0200
committerKarel Zak2014-05-06 10:28:26 +0200
commitd12d063b4a70a71e4517f70253738e5acdf34613 (patch)
treeff746a783e7558c9da321172fae75301209c1b30 /sys-utils/dmesg.c
parentlibsmartcols: check recount_widths() return value (diff)
downloadkernel-qcow2-util-linux-d12d063b4a70a71e4517f70253738e5acdf34613.tar.gz
kernel-qcow2-util-linux-d12d063b4a70a71e4517f70253738e5acdf34613.tar.xz
kernel-qcow2-util-linux-d12d063b4a70a71e4517f70253738e5acdf34613.zip
dmesg: add missing include
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/dmesg.c')
-rw-r--r--sys-utils/dmesg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-utils/dmesg.c b/sys-utils/dmesg.c
index 196cc61ea..3d58623c2 100644
--- a/sys-utils/dmesg.c
+++ b/sys-utils/dmesg.c
@@ -32,6 +32,7 @@
#include "bitops.h"
#include "closestream.h"
#include "optutils.h"
+#include "timeutils.h"
#include "mangle.h"
#include "pager.h"