include/uuid.h: Add missing include
commit3b8284f37a20ce47d89f37bb22d1f312da4f40eb
authorRaul E Rangel <rrangel@chromium.org>
Thu, 28 May 2020 02:40:59 +0000 (27 20:40 -0600)
committerFelix Held <felix-coreboot@felixheld.de>
Thu, 28 May 2020 16:20:40 +0000 (28 16:20 +0000)
tree78ad1edd7b3e90a95d1305e25c6590d7966b6115
parent7f21ad0cba0d45fdd4cd1059780345ec055b5a35
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 <rrangel@chromium.org>
Change-Id: Idbec40f444d9df7587b9066faac65499415dae6e
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41803
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Furquan Shaikh <furquan@google.com>
src/include/uuid.h