From 09c9957e8808b6a3513450c802d43c9410a14368 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 15 May 2025 17:31:32 -0600 Subject: [PATCH] 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 --- 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 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 -- 2.47.2