From: Simon Glass Date: Thu, 15 May 2025 23:31:35 +0000 (-0600) Subject: venice: Include env.h to permit reading the environment X-Git-Tag: v2025.10-rc1~118^2~65^2~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=600145a8e10418d26f43045f9452610e39ce6f38;p=thirdparty%2Fu-boot.git venice: 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/gateworks/venice/venice.c b/board/gateworks/venice/venice.c index 98b33624f04..f9bcdd8496e 100644 --- a/board/gateworks/venice/venice.c +++ b/board/gateworks/venice/venice.c @@ -3,6 +3,7 @@ * Copyright 2021 Gateworks Corporation */ +#include #include #include #include