mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
Kernel: Make PageDirectory.cpp compile on aarch64
This commit is contained in:
parent
783a44b18e
commit
d3b6201b40
Notes:
sideshowbarker
2024-07-17 14:35:35 +09:00
Author: https://github.com/jamesmintram
Commit: d3b6201b40
Pull-request: https://github.com/SerenityOS/serenity/pull/13447
7 changed files with 10 additions and 7 deletions
|
@ -7,7 +7,7 @@
|
|||
#include <AK/Assertions.h>
|
||||
#include <AK/Memory.h>
|
||||
#include <AK/StringView.h>
|
||||
#include <Kernel/Arch/x86/PageFault.h>
|
||||
#include <Kernel/Arch/PageFault.h>
|
||||
#include <Kernel/BootInfo.h>
|
||||
#include <Kernel/CMOS.h>
|
||||
#include <Kernel/FileSystem/Inode.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue