grub-core/kern/arm64/dl_helper.c:26:28: fatal error: grub/cpu/reloc.h: No such file or directory
--- grub-core/kern/arm64/dl_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grub-core/kern/arm64/dl_helper.c b/grub-core/kern/arm64/dl_helper.c index b2f7ee5..6f99087 100644 --- a/grub-core/kern/arm64/dl_helper.c +++ b/grub-core/kern/arm64/dl_helper.c @@ -23,7 +23,7 @@ #include <grub/err.h> #include <grub/mm.h> #include <grub/i18n.h> -#include <grub/cpu/reloc.h> +#include <grub/arm64/reloc.h> static grub_ssize_t sign_compress_offset (grub_ssize_t offset, int bitpos) -- tg: (8a952d2..) u/post-arm64-distfiles (depends on: master) _______________________________________________ Grub-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/grub-devel
