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
parent 4af12fe517
commit 66d5941077
No known key found for this signature in database
GPG Key ID: 80E0357347554B89

View File

@ -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)