summaryrefslogtreecommitdiff
path: root/kern/printk.c
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2012-11-03 17:30:15 +0100
committerRichard Braun <rbraun@sceen.net>2012-11-03 17:30:15 +0100
commit27484e07cdd0be148743cb8e4acd99e96264eca9 (patch)
tree3d32b0b274a879e5f814ff366b7d8bd6f2c973ba /kern/printk.c
parent6b04aaae27ef9cc26487da1dd2acf75f3b49e3f5 (diff)
Merge lib into kern
There are no precise enough criteria to justify the separation of these two directories.
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.