]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
efi: Add missing header from include/grub/efi/console_control.h
authorGlenn Washburn <development@efficientek.com>
Thu, 12 May 2022 03:02:27 +0000 (22:02 -0500)
committerDaniel Kiper <daniel.kiper@oracle.com>
Tue, 12 Jul 2022 12:06:39 +0000 (14:06 +0200)
Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
include/grub/efi/console_control.h

index 7c358fcdbc3c95dfa5e41063031f8bcc99fface7..bb5fd038e1da180b6d01c5000a44e1ae62ed6073 100644 (file)
@@ -23,6 +23,8 @@
 #ifndef GRUB_EFI_CONSOLE_CONTROL_HEADER
 #define GRUB_EFI_CONSOLE_CONTROL_HEADER        1
 
+#include <grub/efi/api.h>
+
 #define GRUB_EFI_CONSOLE_CONTROL_GUID  \
   { 0xf42f7782, 0x12e, 0x4c12, \
     { 0x99, 0x56, 0x49, 0xf9, 0x43, 0x4, 0xf7, 0x21 } \