]> Git Repo - u-boot.git/commit
env: add missing <compiler.h> header file
authorPierre-Jean Texier <[email protected]>
Mon, 26 Aug 2019 11:06:17 +0000 (13:06 +0200)
committerTom Rini <[email protected]>
Tue, 24 Sep 2019 21:46:13 +0000 (17:46 -0400)
commit664689f1dcb178ccb36842d0564ea8a6e8a7e648
tree827aff7757ae609c207abecbbd1ca140be4fc9fc
parent7ce01c78dcd34b49c779467c33953c931bf7bf06
env: add missing <compiler.h> header file

Since commit af95f20 ("env: Create a new file for environment functions"),
a new header file exists.

So, this commit add a missing header file.

Fixes:

include/env.h:158:1: error: unknown type name ‘ulong’; did you mean ‘long’?
 ulong env_get_ulong(const char *name, int base, ulong default_val);
 ^~~~~
 long
include/env.h:158:49: error: unknown type name ‘ulong’; did you mean ‘long’?
 ulong env_get_ulong(const char *name, int base, ulong default_val);

Signed-off-by: Pierre-Jean Texier <[email protected]>
Tested-by: Joris Offouga <[email protected]>
Tested-by: Heiko Schocher <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
include/env.h
This page took 0.034777 seconds and 4 git commands to generate.