From 67a7633e04d71c61018d857f27d18e05acc5b844 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 15 May 2025 17:31:31 -0600 Subject: [PATCH] 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 --- board/congatec/cgtqmx8/cgtqmx8.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2