From: Simon Glass Date: Thu, 15 May 2025 23:31:45 +0000 (-0600) Subject: liebherr: Include env.h to permit reading the environment X-Git-Tag: v2025.10-rc1~118^2~65^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ea9afef22d49a4ac12484e01fd459e225da790b7;p=thirdparty%2Fu-boot.git liebherr: 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 Reviewed-by: Lukasz Majewski --- diff --git a/board/liebherr/xea/xea.c b/board/liebherr/xea/xea.c index 1d4f165fd13..9630e7f576b 100644 --- a/board/liebherr/xea/xea.c +++ b/board/liebherr/xea/xea.c @@ -13,6 +13,7 @@ * */ +#include #include #include #include