diff options
| author | Ada Christine <adachristine18@gmail.com> | 2021-04-01 12:57:57 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2021-04-01 12:57:57 +0000 |
| commit | 52f80ab3393ad0b8d11718d2b060e2e5a6f4870b (patch) | |
| tree | a6142c8d5d6823d0299c4a95c7784eadff792fe2 /loader | |
| parent | c838637132f93fb8b9d436633b3a82d55912946c (diff) | |
renamed header
Diffstat (limited to 'loader')
| -rw-r--r-- | loader/loader_efi.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/loader/loader_efi.c b/loader/loader_efi.c index 6823563..98b5ad9 100644 --- a/loader/loader_efi.c +++ b/loader/loader_efi.c @@ -1,6 +1,7 @@ #include "loader_efi.h" -#include <boot/entry/entry_efi.h> +#include <boot/entry_efi.h> + #include <kernel/memory/paging.h> #include <elf/elf64.h> |
