From 6e898e332b0e7e11ebeb83bdbfcd9e3e1600817a Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 15 May 2025 17:31:37 -0600 Subject: [PATCH] ronetix: 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/ronetix/imx8mq-cm/imx8mq_cm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/board/ronetix/imx8mq-cm/imx8mq_cm.c b/board/ronetix/imx8mq-cm/imx8mq_cm.c index fbee2c39771..602216854ba 100644 --- a/board/ronetix/imx8mq-cm/imx8mq_cm.c +++ b/board/ronetix/imx8mq-cm/imx8mq_cm.c @@ -3,6 +3,7 @@ * Copyright 2018 NXP */ +#include #include #include #include -- 2.47.2