From 3b8284f37a20ce47d89f37bb22d1f312da4f40eb Mon Sep 17 00:00:00 2001 From: Raul E Rangel Date: Wed, 27 May 2020 20:40:59 -0600 Subject: include/uuid.h: Add missing include uuid.h uses uint8_t which is provided by stdint.h. BUG=b:153675915 TEST=Fixed my compiler error. Signed-off-by: Raul E Rangel Change-Id: Idbec40f444d9df7587b9066faac65499415dae6e Reviewed-on: https://review.coreboot.org/c/coreboot/+/41803 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: Felix Held Reviewed-by: Paul Menzel Reviewed-by: Furquan Shaikh --- src/include/uuid.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/uuid.h b/src/include/uuid.h index f6e3450558..c38b0fe469 100644 --- a/src/include/uuid.h +++ b/src/include/uuid.h @@ -4,6 +4,7 @@ #define _UUID_H_ #include +#include #define UUID_LEN 16 #define UUID_STRLEN 36 -- cgit v1.2.3