HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/vboot/+/37908 )
Change subject: vboot/firmware/2lib/include: Add missing <stddef.h> ......................................................................
vboot/firmware/2lib/include: Add missing <stddef.h>
Signed-off-by: Elyes HAOUAS ehaouas@noos.fr Change-Id: Icb62bf6ca293b6212f3963dd298b03e5fa11a2b3 --- M firmware/2lib/include/2struct.h 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/vboot refs/changes/08/37908/1
diff --git a/firmware/2lib/include/2struct.h b/firmware/2lib/include/2struct.h index a5908d0..071d224 100644 --- a/firmware/2lib/include/2struct.h +++ b/firmware/2lib/include/2struct.h @@ -16,6 +16,8 @@ #ifndef VBOOT_REFERENCE_2STRUCT_H_ #define VBOOT_REFERENCE_2STRUCT_H_
+#include <stddef.h> + #include "2api.h" #include "2constants.h" #include "2crypto.h"
HAOUAS Elyes has abandoned this change. ( https://review.coreboot.org/c/vboot/+/37908 )
Change subject: vboot/firmware/2lib/include: Add missing <stddef.h> ......................................................................
Abandoned
stddef is missing, but maybe here isn't the right place.