aboutsummaryrefslogtreecommitdiff
path: root/platform/pc/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'platform/pc/debug.c')
-rw-r--r--platform/pc/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/pc/debug.c b/platform/pc/debug.c
index c0ba0c72..2d039012 100644
--- a/platform/pc/debug.c
+++ b/platform/pc/debug.c
@@ -22,7 +22,7 @@
*/
#include <stdarg.h>
#include <reg.h>
-#include <printf.h>
+#include <stdio.h>
#include <kernel/thread.h>
#include <arch/x86.h>
#include <lib/cbuf.h>