]> git.ipfire.org Git - thirdparty/grub.git/commit
include/grub/arm64/linux.h: Include missing <grub/types.h> header
authorJavier Martinez Canillas <javierm@redhat.com>
Mon, 9 Nov 2020 10:40:14 +0000 (11:40 +0100)
committerDaniel Kiper <daniel.kiper@oracle.com>
Fri, 20 Nov 2020 14:33:40 +0000 (15:33 +0100)
commit71dd2ef76fe5d4410da47191ba56bf1b16f1984e
tree616612c50aee79265282754438a92396a9faf282
parent11fa824dde96c6675a5f4b2baa348ba2d62cdbbb
include/grub/arm64/linux.h: Include missing <grub/types.h> header

This header uses types defined in <grub/types.h> but does not include it,
which leads to compile errors like the following:

../include/grub/cpu/linux.h:27:3: error: unknown type name ‘grub_uint32_t’
   27 |   grub_uint32_t code0;  /* Executable code */
      |   ^~~~~~~~~~~~~

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
include/grub/arm64/linux.h