:: commit 66d59410779c503e32dcd629cb2a24145207a870

Andy-Python-Programmer <andypythonappdeveloper@gmail.com> — 2022-01-27 04:06

parents: 4af12fe517

vmm: fix implicit declaration of print

Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
diff --git a/stage23/mm/vmm.c b/stage23/mm/vmm.c
index 2f99193a..c6eebbe8 100644
--- a/stage23/mm/vmm.c
+++ b/stage23/mm/vmm.c
@@ -3,6 +3,7 @@
 #include <mm/vmm.h>
 #include <mm/pmm.h>
 #include <lib/blib.h>
+#include <lib/print.h>
 #include <sys/cpu.h>
 
 #define PT_SIZE ((uint64_t)0x1000)
tab: 248 wrap: offon