From: Peter Robinson Date: Wed, 9 Dec 2015 07:15:33 +0000 (+0000) Subject: tools: env: include compiler.h X-Git-Tag: v2016.01-rc3~27 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=69bf2d2fafe64349be3c3ef1256e3c68f812bb25;p=u-boot 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 --- diff --git a/tools/env/fw_env.c b/tools/env/fw_env.c index ba11f7727b..39f733376e 100644 --- a/tools/env/fw_env.c +++ b/tools/env/fw_env.c @@ -10,6 +10,7 @@ #define _GNU_SOURCE +#include #include #include #include