summaryrefslogtreecommitdiff
path: root/kern/printk.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/printk.h')
-rw-r--r--kern/printk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/printk.h b/kern/printk.h
index 37f25453..5e2a871b 100644
--- a/kern/printk.h
+++ b/kern/printk.h
@@ -29,7 +29,7 @@
#include <stdarg.h>
-#include <lib/macros.h>
+#include <kern/macros.h>
int printk(const char *format, ...) __format_printf(1, 2);
int vprintk(const char *format, va_list ap) __format_printf(1, 0);