From: Simon Glass Date: Thu, 15 May 2025 23:31:32 +0000 (-0600) Subject: dhelectronics: Include env.h to permit reading the environment X-Git-Tag: v2025.10-rc1~118^2~65^2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=09c9957e8808b6a3513450c802d43c9410a14368;p=thirdparty%2Fu-boot.git dhelectronics: Include env.h to permit reading the environment This file reads from the environment but does not include the correct header. Update it. Signed-off-by: Simon Glass --- diff --git a/board/dhelectronics/common/dh_common.c b/board/dhelectronics/common/dh_common.c index 71010803f55..8c052c45007 100644 --- a/board/dhelectronics/common/dh_common.c +++ b/board/dhelectronics/common/dh_common.c @@ -5,6 +5,7 @@ */ #include +#include #include #include #include