summaryrefslogtreecommitdiff
path: root/Kernel/VirtIO/VirtIOConsolePort.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/VirtIO/VirtIOConsolePort.h')
-rw-r--r--Kernel/VirtIO/VirtIOConsolePort.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/VirtIO/VirtIOConsolePort.h b/Kernel/VirtIO/VirtIOConsolePort.h
index 2180c52124..9fbfe661ed 100644
--- a/Kernel/VirtIO/VirtIOConsolePort.h
+++ b/Kernel/VirtIO/VirtIOConsolePort.h
@@ -9,7 +9,7 @@
#include <Kernel/Devices/CharacterDevice.h>
#include <Kernel/FileSystem/FileDescription.h>
-#include <Kernel/VM/RingBuffer.h>
+#include <Kernel/Memory/RingBuffer.h>
#include <Kernel/VirtIO/VirtIO.h>
namespace Kernel {