]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
dmesg: add missing include
authorKarel Zak <kzak@redhat.com>
Tue, 6 May 2014 08:28:26 +0000 (10:28 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 6 May 2014 08:28:26 +0000 (10:28 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/dmesg.c

index 196cc61ea2277dc1685bc5ddd9e8d5f0e33bbfa5..3d58623c236abbb3674c6dac0f17dcf1d193ac15 100644 (file)
@@ -32,6 +32,7 @@
 #include "bitops.h"
 #include "closestream.h"
 #include "optutils.h"
+#include "timeutils.h"
 #include "mangle.h"
 #include "pager.h"