[Skiboot] [PATCH 1/2] secvar/backend: include short-types.h in edk2.h

Daniel Axtens dja at axtens.net
Wed May 5 13:56:21 AEST 2021


We use these types but haven't included the header: every file that
includes edk2.h has already included it.

This might not be true for other users of edk2.h and skiboot's secvar
code, so include it explictly.

Signed-off-by: Daniel Axtens <dja at axtens.net>
---
 libstb/secvar/backend/edk2.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libstb/secvar/backend/edk2.h b/libstb/secvar/backend/edk2.h
index c7b1999ac556..85e117861dff 100644
--- a/libstb/secvar/backend/edk2.h
+++ b/libstb/secvar/backend/edk2.h
@@ -43,6 +43,7 @@
 #define __EDK2_H__
 
 #include <compiler.h>
+#include <ccan/short_types/short_types.h>
 
 #define UUID_SIZE 16
 
-- 
2.27.0



More information about the Skiboot mailing list