diff options
| author | Ada Christine <adachristine18@gmail.com> | 2022-03-23 00:45:57 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2022-03-23 00:53:35 +0000 |
| commit | 26f81e50066e5bb7aeae218094e0f834c405a8c1 (patch) | |
| tree | ecf6efe060cb9a88660c80cfddfdbf4709ea7bcd /kc/boot/kc_main.c | |
| parent | fd0decea3bfc29523dad2b7a62526d023fe3ccc8 (diff) | |
fix collision with /usr/include/efi/lib.h
squash me
Diffstat (limited to 'kc/boot/kc_main.c')
| -rw-r--r-- | kc/boot/kc_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kc/boot/kc_main.c b/kc/boot/kc_main.c index cb8eb7a..fe670b0 100644 --- a/kc/boot/kc_main.c +++ b/kc/boot/kc_main.c @@ -3,7 +3,7 @@ #include <loader/efi/shim.h> #include <kernel/entry.h> #include <kernel/memory/range.h> -#include <lib.h> +#include <sophialib.h> #include <stdbool.h> |
