mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
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>
This commit is contained in:
parent
6463fd8f95
commit
69bf2d2faf
1 changed files with 1 additions and 0 deletions
1
tools/env/fw_env.c
vendored
1
tools/env/fw_env.c
vendored
|
|
@ -10,6 +10,7 @@
|
|||
|
||||
#define _GNU_SOURCE
|
||||
|
||||
#include <compiler.h>
|
||||
#include <errno.h>
|
||||
#include <env_flags.h>
|
||||
#include <fcntl.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue