aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/lib/stdio/printf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/lib/stdio/printf.c')
-rw-r--r--src/kernel/lib/stdio/printf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/lib/stdio/printf.c b/src/kernel/lib/stdio/printf.c
index 5c3eb8e..cc65463 100644
--- a/src/kernel/lib/stdio/printf.c
+++ b/src/kernel/lib/stdio/printf.c
@@ -1,5 +1,5 @@
#include <stdarg.h>
-#include <kernel/lib/stdio.h>
+#include <lib/stdio.h>
void printf(const char *fmt, ...)
{