diff options
| author | Ada Christine <adachristine18@gmail.com> | 2022-02-04 10:41:24 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2022-02-04 10:41:24 +0000 |
| commit | 7b91c46a8ebf38b2c1c80c1f1e63c4d4dfd10640 (patch) | |
| tree | d1ecf22568d6de100c5dce601b8166c8abbae2b7 /kc/reloc_x86_64.c | |
| parent | f0c062df0c2a674d67af12eb5e18f22bd8412c15 (diff) | |
header reworking, beginning memory.c refactoring
Diffstat (limited to 'kc/reloc_x86_64.c')
| -rw-r--r-- | kc/reloc_x86_64.c | 2 |
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> |
