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/dhelectronics/common/dh_common.c | 1 + 1 file changed, 1 insertion(+) diff --git a/board/dhelectronics/common/dh_common.c b/board/dhelectronics/common/dh_common.c index 32c50b4f0f5..24fe6ff50b4 100644 --- a/board/dhelectronics/common/dh_common.c +++ b/board/dhelectronics/common/dh_common.c @@ -5,6 +5,7 @@ */ #include <dm.h> +#include <env.h> #include <i2c_eeprom.h> #include <net.h> -- 2.43.0