grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/2] loader/i386/linux: Include missing <grub/types.h> header


From: Daniel Kiper
Subject: Re: [PATCH 1/2] loader/i386/linux: Include missing <grub/types.h> header
Date: Wed, 18 Nov 2020 19:06:50 +0100
User-agent: NeoMutt/20170113 (1.7.2)

On Thu, Nov 05, 2020 at 03:58:56PM +0100, Javier Martinez Canillas wrote:
> This header uses types defined in <grub/types.h> but does not include it,
> which leads to lead compile errors like the following:
>
> In file included from ../include/grub/cpu/linux.h:19,
>                  from kern/efi/sb.c:21:
> ../include/grub/i386/linux.h:80:3: error: unknown type name ‘grub_uint64_t’
>    80 |   grub_uint64_t addr;
>
> Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>

Confirming this one and giving same for the second patch in this patch set.

Daniel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]