From 1fac6b32ef7edc398f358639f0d73534054681e0 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Mon, 12 Aug 2024 14:51:55 +0000 Subject: commonlib/include: Include to fix 'SIZE_MAX' undeclared error This change includes the header file to resolve the compilation error "'SIZE_MAX' undeclared". This issue was introduced by commit hash af0d4bce65df277b56e495892dff1c712ed76ddd (region: Introduce region_create() functions). TEST=Able to build google/rex. Change-Id: I0dbd839e3573d5c74375911903c8f9d6a66bbf28 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/83886 Reviewed-by: Jakub Czapiga Tested-by: build bot (Jenkins) --- src/commonlib/include/commonlib/region.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/commonlib/include/commonlib/region.h b/src/commonlib/include/commonlib/region.h index 45a3b8d7b7..84717979e7 100644 --- a/src/commonlib/include/commonlib/region.h +++ b/src/commonlib/include/commonlib/region.h @@ -9,6 +9,7 @@ #include #include #include +#include /* * Region support. -- cgit v1.2.3