summaryrefslogtreecommitdiffstats
path: root/src/include/types.h
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-06-08 18:12:27 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-12-26 09:59:12 +0000
commitec3c2e2e6befb9557c17420f5394532fe305a1ee (patch)
tree3561b19d8d4b15ae260972aef503c065a56af092 /src/include/types.h
parente1461960306ac3c107653de448062a9a7963b248 (diff)
downloadcoreboot-ec3c2e2e6befb9557c17420f5394532fe305a1ee.tar.gz
coreboot-ec3c2e2e6befb9557c17420f5394532fe305a1ee.tar.bz2
coreboot-ec3c2e2e6befb9557c17420f5394532fe305a1ee.zip
include/types.h: #include <limits.h>
It makes sense to provide limits.h via the types.h header. Change-Id: I3ba189b998644c68068b85f25b11cff4d70c037d Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55320 Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/include/types.h')
-rw-r--r--src/include/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/types.h b/src/include/types.h
index cbdb67a0cada..8724d4b01f9b 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 <commonlib/bsd/cb_err.h>
+#include <limits.h>
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>