From 6d9d6ba71ab9391e5fb163634bfb1cc65987cdd4 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 15 May 2025 17:31:42 -0600 Subject: [PATCH] amlogic: Include env.h to permit reading the environment This file reads from the environment but does not include the correct header. Update it. Reviewed-by: Viacheslav Bocharov Signed-off-by: Simon Glass --- board/amlogic/jethub-j100/jethub-j100.c | 1 + 1 file changed, 1 insertion(+) diff --git a/board/amlogic/jethub-j100/jethub-j100.c b/board/amlogic/jethub-j100/jethub-j100.c index b770a1f8c53..9e87fb9f9d7 100644 --- a/board/amlogic/jethub-j100/jethub-j100.c +++ b/board/amlogic/jethub-j100/jethub-j100.c @@ -5,6 +5,7 @@ */ #include +#include #include #include #include -- 2.47.2