aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Washburn <development@efficientek.com>2022-05-11 22:02:27 -0500
committerDaniel Kiper <daniel.kiper@oracle.com>2022-07-12 14:06:39 +0200
commit58de1fcec226eb0622305213aeec61ec02438c1f (patch)
treefa5d48e096d4ea6a96cb83d992086cd621468cec
parent351c9c2fd0bcd94c7fda5b697d3283f7f0ff7930 (diff)
downloadgrub-58de1fcec226eb0622305213aeec61ec02438c1f.tar.gz
efi: Add missing header from include/grub/efi/console_control.h
Signed-off-by: Glenn Washburn <development@efficientek.com> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
-rw-r--r--include/grub/efi/console_control.h2
1 files changed, 2 insertions, 0 deletions
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 <grub/efi/api.h>
+
#define GRUB_EFI_CONSOLE_CONTROL_GUID \
{ 0xf42f7782, 0x12e, 0x4c12, \
{ 0x99, 0x56, 0x49, 0xf9, 0x43, 0x4, 0xf7, 0x21 } \