summaryrefslogtreecommitdiff
path: root/kc/reloc_x86_64.c
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2022-02-04 10:41:24 +0000
committerAda Christine <adachristine18@gmail.com>2022-02-04 10:41:24 +0000
commit7b91c46a8ebf38b2c1c80c1f1e63c4d4dfd10640 (patch)
treed1ecf22568d6de100c5dce601b8166c8abbae2b7 /kc/reloc_x86_64.c
parentf0c062df0c2a674d67af12eb5e18f22bd8412c15 (diff)
header reworking, beginning memory.c refactoring
Diffstat (limited to 'kc/reloc_x86_64.c')
-rw-r--r--kc/reloc_x86_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kc/reloc_x86_64.c b/kc/reloc_x86_64.c
index 0204700..dfc6df6 100644
--- a/kc/reloc_x86_64.c
+++ b/kc/reloc_x86_64.c
@@ -1,4 +1,4 @@
-#include <kernel/component.h>
+#include <kc/kc.h>
#include <elf/elf64.h>