build: Updates for latest limine-efi
diff --git a/bootstrap b/bootstrap
index dc63f82b..c45c999a 100755
--- a/bootstrap
+++ b/bootstrap
@@ -80,7 +80,7 @@ if ! test -f version; then
clone_repo_commit \
https://github.com/limine-bootloader/limine-efi.git \
limine-efi \
- ffd866edaa1c558148a5e02991c75e30e3860da8
+ be78b4a1077e44a6508dd9b1ed7493e47941b941
clone_repo_commit \
https://github.com/jibsen/tinf.git \
diff --git a/common/lib/misc.h b/common/lib/misc.h
index 5f2a7187..3995e59b 100644
--- a/common/lib/misc.h
+++ b/common/lib/misc.h
@@ -11,7 +11,7 @@
#if defined (UEFI)
# include <efi.h>
# if defined (__riscv)
-# include <riscv64/efiboot.h>
+# include <efi/protocol/riscv/efiboot.h>
# endif
#endif
