summaryrefslogtreecommitdiff
path: root/Kernel/Arch/x86_64/DescriptorTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Arch/x86_64/DescriptorTable.h')
-rw-r--r--Kernel/Arch/x86_64/DescriptorTable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Arch/x86_64/DescriptorTable.h b/Kernel/Arch/x86_64/DescriptorTable.h
index 623325c12a..be5dc1273b 100644
--- a/Kernel/Arch/x86_64/DescriptorTable.h
+++ b/Kernel/Arch/x86_64/DescriptorTable.h
@@ -8,7 +8,7 @@
#pragma once
#include <AK/Types.h>
-#include <Kernel/VirtualAddress.h>
+#include <Kernel/Memory/VirtualAddress.h>
#include <AK/Platform.h>
VALIDATE_IS_X86()