mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:07:34 +00:00
Kernel: Make PageDirectory.cpp compile on aarch64
This commit is contained in:
parent
783a44b18e
commit
d3b6201b40
7 changed files with 10 additions and 7 deletions
|
@ -23,10 +23,10 @@
|
|||
|
||||
#include <LibC/mallocdefs.h>
|
||||
|
||||
#include <Kernel/Arch/PageFault.h>
|
||||
#include <Kernel/Arch/Processor.h>
|
||||
#include <Kernel/Arch/RegisterState.h>
|
||||
#include <Kernel/Arch/x86/ISRStubs.h>
|
||||
#include <Kernel/Arch/x86/PageFault.h>
|
||||
#include <Kernel/Arch/x86/SafeMem.h>
|
||||
#include <Kernel/Arch/x86/TrapFrame.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue