grub-devel
[Top][All Lists]
Advanced

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

[PATCH] efi: Add missing header from efi/console_control.h


From: Glenn Washburn
Subject: [PATCH] efi: Add missing header from efi/console_control.h
Date: Wed, 11 May 2022 22:02:27 -0500

Signed-off-by: Glenn Washburn <development@efficientek.com>
---
 include/grub/efi/console_control.h | 2 ++
 1 file changed, 2 insertions(+)

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 } \
-- 
2.34.1




reply via email to

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