From: Simon Glass Date: Thu, 15 May 2025 23:31:43 +0000 (-0600) Subject: freescale: Include env.h to permit reading the environment X-Git-Tag: v2025.10-rc1~118^2~65^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2876ff79b257667438ae7a6132d5ce750ec501ac;p=thirdparty%2Fu-boot.git freescale: 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 --- diff --git a/board/freescale/mx7dsabresd/mx7dsabresd.c b/board/freescale/mx7dsabresd/mx7dsabresd.c index 3db167c0dad..bef4f901ff7 100644 --- a/board/freescale/mx7dsabresd/mx7dsabresd.c +++ b/board/freescale/mx7dsabresd/mx7dsabresd.c @@ -3,6 +3,7 @@ * Copyright (C) 2015 Freescale Semiconductor, Inc. */ +#include #include #include #include