This file reads from the environment but does not include the correct header. Update it.
Signed-off-by: Simon Glass <s...@chromium.org> --- (no changes since v1) board/phytec/common/phytec_som_detection_blocks.c | 1 + 1 file changed, 1 insertion(+) diff --git a/board/phytec/common/phytec_som_detection_blocks.c b/board/phytec/common/phytec_som_detection_blocks.c index 5f3c27ef0c2..b44ff85972f 100644 --- a/board/phytec/common/phytec_som_detection_blocks.c +++ b/board/phytec/common/phytec_som_detection_blocks.c @@ -4,6 +4,7 @@ * Author: Daniel Schultz <d.schu...@phytec.de> */ +#include <env.h> #include <malloc.h> #include <u-boot/crc.h> #include <net.h> -- 2.43.0