vmm: fix implicit declaration of print

Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
This commit is contained in:
Andy-Python-Programmer 2022-01-27 15:06:56 +11:00 committed by mintsuki
parent 67a0bb8749
commit 3c848d3996

View File

@ -3,6 +3,7 @@
#include <mm/vmm.h> #include <mm/vmm.h>
#include <mm/pmm.h> #include <mm/pmm.h>
#include <lib/blib.h> #include <lib/blib.h>
#include <lib/print.h>
#include <sys/cpu.h> #include <sys/cpu.h>
#define PT_SIZE ((uint64_t)0x1000) #define PT_SIZE ((uint64_t)0x1000)