Skip to content
Snippets Groups Projects
Commit 664689f1 authored by Pierre-Jean Texier's avatar Pierre-Jean Texier Committed by Tom Rini
Browse files

env: add missing <compiler.h> header file


Since commit af95f206 ("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: default avatarPierre-Jean Texier <pjtexier@koncepto.io>
Tested-by: default avatarJoris Offouga <offougajoris@gmail.com>
Tested-by: default avatarHeiko Schocher <hs@denx.de>
Acked-by: default avatarJoe Hershberger <joe.hershberger@ni.com>
parent 7ce01c78
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment