Index: uspace/lib/c/include/assert.h
===================================================================
--- uspace/lib/c/include/assert.h	(revision e06e27166f1b30422fc5f34049108ea34cdd2cfb)
+++ uspace/lib/c/include/assert.h	(revision 4e362194eb2204d27d9286becf51d9da2d325d51)
@@ -64,5 +64,4 @@
     __attribute__((noreturn));
 
-
 #endif
 
Index: uspace/lib/c/include/io/klog.h
===================================================================
--- uspace/lib/c/include/io/klog.h	(revision e06e27166f1b30422fc5f34049108ea34cdd2cfb)
+++ uspace/lib/c/include/io/klog.h	(revision 4e362194eb2204d27d9286becf51d9da2d325d51)
@@ -37,7 +37,10 @@
 
 #include <sys/types.h>
+#include <stdarg.h>
 
 extern size_t klog_write(const void *, size_t);
 extern void klog_update(void);
+extern int klog_printf(const char *, ...);
+extern int klog_vprintf(const char *, va_list);
 
 #endif
