]> git.ipfire.org Git - people/ms/u-boot.git/commit
tools: env: include compiler.h
authorPeter Robinson <pbrobinson@gmail.com>
Wed, 9 Dec 2015 07:15:33 +0000 (07:15 +0000)
committerTom Rini <trini@konsulko.com>
Mon, 14 Dec 2015 01:22:00 +0000 (20:22 -0500)
commit69bf2d2fafe64349be3c3ef1256e3c68f812bb25
tree02559cee8122744172cace201fd9c04102766d47
parent6463fd8f952df9e4bb448f0aff5d16873f8dfdb2
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 <pbrobinson@gmail.com>
tools/env/fw_env.c