From: Peter Robinson Date: Wed, 9 Dec 2015 07:15:33 +0000 (+0000) Subject: tools: env: include compiler.h X-Git-Tag: accepted/tizen/unified/20230404.140024^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen;p=profile%2Fmobile%2Fplatform%2Fkernel%2Fu-boot-tm1.git 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 --- 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