From 4b6a2936a7f28a323dbd18e103245307eaf69c18 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 9 Dec 2015 07:15:33 +0000 Subject: [PATCH] tools: env: include compiler.h With gcc 5.2 and later we get a bunch of "error: unknown type name" for 'uint8_t', 'uint32_t' and friends. Signed-off-by: Peter Robinson [sw0312.kim: backport mainline commit 69bf2d2fafe6 to fix build issue with new header] Signed-off-by: Seung-Woo Kim Change-Id: Ic14c0de161f02ae2eb5ef24e38fa49ddbef98313 --- tools/env/fw_env.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/env/fw_env.c b/tools/env/fw_env.c index 3682cda..d36be32 100644 --- a/tools/env/fw_env.c +++ b/tools/env/fw_env.c @@ -24,6 +24,7 @@ * MA 02111-1307 USA */ +#include #include #include #include -- 2.34.1