summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibELF/DynamicObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibELF/DynamicObject.h')
-rw-r--r--Userland/Libraries/LibELF/DynamicObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibELF/DynamicObject.h b/Userland/Libraries/LibELF/DynamicObject.h
index b515785c2b..c901baf6b9 100644
--- a/Userland/Libraries/LibELF/DynamicObject.h
+++ b/Userland/Libraries/LibELF/DynamicObject.h
@@ -12,7 +12,7 @@
#include <AK/Concepts.h>
#include <AK/DeprecatedString.h>
#include <AK/RefCounted.h>
-#include <Kernel/VirtualAddress.h>
+#include <Kernel/Memory/VirtualAddress.h>
#include <LibC/elf.h>
#include <LibC/link.h>