diff options
Diffstat (limited to 'arch/x86_64/memory')
-rw-r--r-- | arch/x86_64/memory/pml4.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86_64/memory/pml4.c b/arch/x86_64/memory/pml4.c index fcfc897..b22bcfb 100644 --- a/arch/x86_64/memory/pml4.c +++ b/arch/x86_64/memory/pml4.c @@ -1,8 +1,10 @@ #include "arch/x86_64/page.h" +#include "arch/x86_64/processor.h" #include "device/processor.h" #include "memory.h" #include "boot.h" #include "object.h" +#include "init.h" #include "string.h" #include "jove.h" #include "error.h" |