summaryrefslogtreecommitdiff
path: root/Tests/Kernel/crash.cpp
diff options
context:
space:
mode:
authorLiav A <liavalb@gmail.com>2021-10-01 09:58:50 +0300
committerAndreas Kling <kling@serenityos.org>2021-10-01 12:27:20 +0200
commit4974727dbbd470d347999ba7e2e0c21b09642257 (patch)
treee747e88ec8cd919a99e9ab88674df9f98e534901 /Tests/Kernel/crash.cpp
parent3e9dfd2e74d7bd47d1a83c81fd5486e03726538a (diff)
downloadserenity-4974727dbbd470d347999ba7e2e0c21b09642257.zip
Kernel: Move x86 IO instructions code into the x86 specific folder
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 8a91c2755f..0372e164fe 100644
--- a/Tests/Kernel/crash.cpp
+++ b/Tests/Kernel/crash.cpp
@@ -8,7 +8,7 @@
#include <AK/Assertions.h>
#include <AK/Function.h>
#include <AK/String.h>
-#include <Kernel/IO.h>
+#include <Kernel/Arch/x86/IO.h>
#include <LibCore/ArgsParser.h>
#include <LibCore/Object.h>
#include <LibTest/CrashTest.h>