summaryrefslogtreecommitdiff
path: root/Tests/Kernel/crash.cpp
diff options
context:
space:
mode:
authorLiav A <liavalb@gmail.com>2022-10-04 13:46:11 +0300
committerAndreas Kling <kling@serenityos.org>2022-12-28 11:53:41 +0100
commit91db482ad333459a8513c98e6488087f327f5d2d (patch)
tree711d0313bd8caa4ee2e02246d63b786a153129be /Tests/Kernel/crash.cpp
parent5ff318cf3ac7d12470c357ba0bac8cd7ffa10e3e (diff)
downloadserenity-91db482ad333459a8513c98e6488087f327f5d2d.zip
Kernel: Reorganize Arch/x86 directory to Arch/x86_64 after i686 removal
No functional change.
Diffstat (limited to 'Tests/Kernel/crash.cpp')
-rw-r--r--Tests/Kernel/crash.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Kernel/crash.cpp b/Tests/Kernel/crash.cpp
index 4857262aa5..46f8d9aa3d 100644
--- a/Tests/Kernel/crash.cpp
+++ b/Tests/Kernel/crash.cpp
@@ -9,7 +9,7 @@
#include <AK/DeprecatedString.h>
#include <AK/Function.h>
#if ARCH(X86_64)
-# include <Kernel/Arch/x86/IO.h>
+# include <Kernel/Arch/x86_64/IO.h>
#endif
#include <LibCore/ArgsParser.h>
#include <LibCore/Object.h>