summaryrefslogtreecommitdiff
path: root/kern/printk.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/printk.c')
-rw-r--r--kern/printk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/printk.c b/kern/printk.c
index 38d835c0..386ac979 100644
--- a/kern/printk.c
+++ b/kern/printk.c
@@ -17,7 +17,7 @@
#include <kern/printk.h>
#include <kern/spinlock.h>
-#include <lib/sprintf.h>
+#include <kern/sprintf.h>
/*
* Size of the static buffer.