From: Simon Glass Date: Thu, 15 May 2025 23:31:31 +0000 (-0600) Subject: congatec: Include env.h to permit reading the environment X-Git-Tag: v2025.10-rc1~118^2~65^2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67a7633e04d71c61018d857f27d18e05acc5b844;p=thirdparty%2Fu-boot.git congatec: 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 Signed-off-by: Tom Rini --- diff --git a/board/congatec/cgtqmx8/cgtqmx8.c b/board/congatec/cgtqmx8/cgtqmx8.c index 054e4e10867..03be02a2884 100644 --- a/board/congatec/cgtqmx8/cgtqmx8.c +++ b/board/congatec/cgtqmx8/cgtqmx8.c @@ -4,6 +4,7 @@ * Copyright (C) 2019 Oliver Graute */ #include +#include #include #include #include