From 7bc3561803ff78b9b9121b997ceea65924e8a76b Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Sun, 22 Mar 2026 20:00:22 +0000 Subject: [PATCH] ec/starlabs/merlin: Include stdint These files use unit16_t and more, so this should be included. Change-Id: If08dd6c3267b39cd72fcfaa9803c72260165337d Signed-off-by: Sean Rhodes Reviewed-on: https://review.coreboot.org/c/coreboot/+/91815 Reviewed-by: Matt DeVillier Tested-by: build bot (Jenkins) --- src/ec/starlabs/merlin/ec.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ec/starlabs/merlin/ec.h b/src/ec/starlabs/merlin/ec.h index 39c805cb48..753383fb32 100644 --- a/src/ec/starlabs/merlin/ec.h +++ b/src/ec/starlabs/merlin/ec.h @@ -7,6 +7,8 @@ #ifndef _EC_STARLABS_EC_H #define _EC_STARLABS_EC_H +#include + /* * Define the expected value of the PNP base address that is fixed through * the BADRSEL register controlled within the EC domain by the EC Firmware.