Merge commit 'maks/maks'
diff --git a/usr/utils/dmesg.c b/usr/utils/dmesg.c
index 5369c03..877330b 100644
--- a/usr/utils/dmesg.c
+++ b/usr/utils/dmesg.c
@@ -3,6 +3,7 @@
 #include <stdio.h>
 #include <ctype.h>
 #include <stdlib.h>
+#include <sys/klog.h>
 
 static void usage(char *name)
 {