summaryrefslogtreecommitdiff
path: root/arch/x86/machine/pmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/machine/pmap.c')
-rw-r--r--arch/x86/machine/pmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/machine/pmap.c b/arch/x86/machine/pmap.c
index 63a29095..1de9b093 100644
--- a/arch/x86/machine/pmap.c
+++ b/arch/x86/machine/pmap.c
@@ -19,6 +19,7 @@
*/
#include <stddef.h>
+#include <stdio.h>
#include <string.h>
#include <kern/assert.h>
@@ -33,7 +34,6 @@
#include <kern/param.h>
#include <kern/percpu.h>
#include <kern/spinlock.h>
-#include <kern/sprintf.h>
#include <kern/syscnt.h>
#include <kern/thread.h>
#include <machine/biosmem.h>