summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibELF/Relocation.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibELF/Relocation.h')
-rw-r--r--Userland/Libraries/LibELF/Relocation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibELF/Relocation.h b/Userland/Libraries/LibELF/Relocation.h
index 6e36a58988..a00b1b7029 100644
--- a/Userland/Libraries/LibELF/Relocation.h
+++ b/Userland/Libraries/LibELF/Relocation.h
@@ -6,7 +6,7 @@
#pragma once
-#include <Kernel/VirtualAddress.h>
+#include <Kernel/Memory/VirtualAddress.h>
namespace ELF {