[Skiboot] [RFC PATCH 01/10] libstb/container.h: add stdbool.h and short_types.h headers

Eric Richter erichte at linux.ibm.com
Thu Aug 2 08:53:40 AEST 2018


From: Claudio Carvalho <cclaudio at linux.ibm.com>

This adds the stdbool.h and short_types.h headers. The container.h file
uses some of the types defined in those headers.

Signed-off-by: Claudio Carvalho <cclaudio at linux.ibm.com>
---
 libstb/container.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libstb/container.h b/libstb/container.h
index 0d0acb23..e56e08b5 100644
--- a/libstb/container.h
+++ b/libstb/container.h
@@ -17,8 +17,10 @@
 #ifndef __STB_CONTAINER_H
 #define __STB_CONTAINER_H
 
+#include <stdbool.h>
 #include <stdint.h>
 #include <stdlib.h>
+#include <ccan/short_types/short_types.h>
 #include <ccan/endian/endian.h>
 
 #define SECURE_BOOT_HEADERS_SIZE	4096
-- 
2.14.4



More information about the Skiboot mailing list