From: Simon Glass Date: Thu, 15 May 2025 23:31:41 +0000 (-0600) Subject: synology: Include env.h to permit reading the environment X-Git-Tag: v2025.10-rc1~118^2~65^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f24a197973ad0c5f473401b16a801794f2764678;p=thirdparty%2Fu-boot.git synology: Include env.h to permit reading the environment This file reads from the environment but does not include the correct header. Update it. Reviewed-by: Stefan Roese Reviewed-by: Tony Dinh Signed-off-by: Simon Glass --- diff --git a/board/Synology/ds414/ds414.c b/board/Synology/ds414/ds414.c index 1a4cea87e1a..02d6a4a1ea8 100644 --- a/board/Synology/ds414/ds414.c +++ b/board/Synology/ds414/ds414.c @@ -4,6 +4,7 @@ * Copyright (C) 2015 Phil Sutter */ +#include #include #include #include