From: Glenn Washburn Date: Thu, 12 May 2022 03:02:27 +0000 (-0500) Subject: efi: Add missing header from include/grub/efi/console_control.h X-Git-Tag: grub-2.12-rc1~310 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58de1fcec226eb0622305213aeec61ec02438c1f;p=thirdparty%2Fgrub.git efi: Add missing header from include/grub/efi/console_control.h Signed-off-by: Glenn Washburn Reviewed-by: Daniel Kiper --- diff --git a/include/grub/efi/console_control.h b/include/grub/efi/console_control.h index 7c358fcdb..bb5fd038e 100644 --- a/include/grub/efi/console_control.h +++ b/include/grub/efi/console_control.h @@ -23,6 +23,8 @@ #ifndef GRUB_EFI_CONSOLE_CONTROL_HEADER #define GRUB_EFI_CONSOLE_CONTROL_HEADER 1 +#include + #define GRUB_EFI_CONSOLE_CONTROL_GUID \ { 0xf42f7782, 0x12e, 0x4c12, \ { 0x99, 0x56, 0x49, 0xf9, 0x43, 0x4, 0xf7, 0x21 } \