summaryrefslogtreecommitdiff
path: root/Kernel/Arch/aarch64/MMU.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Arch/aarch64/MMU.cpp')
-rw-r--r--Kernel/Arch/aarch64/MMU.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Arch/aarch64/MMU.cpp b/Kernel/Arch/aarch64/MMU.cpp
index 10eb030e16..23dc9154bd 100644
--- a/Kernel/Arch/aarch64/MMU.cpp
+++ b/Kernel/Arch/aarch64/MMU.cpp
@@ -13,7 +13,7 @@
#include <Kernel/Arch/aarch64/RPi/MMIO.h>
#include <Kernel/Arch/aarch64/RPi/UART.h>
#include <Kernel/Arch/aarch64/Registers.h>
-#include <Kernel/BootInfo.h>
+#include <Kernel/Boot/BootInfo.h>
#include <Kernel/Library/Panic.h>
#include <Kernel/Sections.h>