From ec3c2e2e6befb9557c17420f5394532fe305a1ee Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Tue, 8 Jun 2021 18:12:27 +0200 Subject: [PATCH] include/types.h: #include It makes sense to provide limits.h via the types.h header. Change-Id: I3ba189b998644c68068b85f25b11cff4d70c037d Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/55320 Reviewed-by: Nico Huber Reviewed-by: Tim Wawrzynczak Reviewed-by: Felix Held Tested-by: build bot (Jenkins) --- src/include/types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/types.h b/src/include/types.h index cbdb67a0ca..8724d4b01f 100644 --- a/src/include/types.h +++ b/src/include/types.h @@ -5,6 +5,7 @@ /* types.h is supposed to provide the standard headers defined in here: */ #include +#include #include #include #include