summaryrefslogtreecommitdiff
path: root/Kernel/Memory/ScopedAddressSpaceSwitcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Memory/ScopedAddressSpaceSwitcher.cpp')
-rw-r--r--Kernel/Memory/ScopedAddressSpaceSwitcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Memory/ScopedAddressSpaceSwitcher.cpp b/Kernel/Memory/ScopedAddressSpaceSwitcher.cpp
index 5abd6b04b5..2bf7465ab5 100644
--- a/Kernel/Memory/ScopedAddressSpaceSwitcher.cpp
+++ b/Kernel/Memory/ScopedAddressSpaceSwitcher.cpp
@@ -5,7 +5,7 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
-#include <Kernel/InterruptDisabler.h>
+#include <Kernel/Interrupts/InterruptDisabler.h>
#include <Kernel/Memory/MemoryManager.h>
#include <Kernel/Memory/ScopedAddressSpaceSwitcher.h>