From: Simon Glass Date: Thu, 15 May 2025 23:31:49 +0000 (-0600) Subject: net: dc2114x: Include env.h to permit reading the environment X-Git-Tag: v2025.10-rc1~118^2~65^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=183d88cdfc19ea7bd56af69512f0d1425de73e77;p=thirdparty%2Fu-boot.git net: dc2114x: Include env.h to permit reading the environment This file uses the environment but does not include the header file. Update it. Signed-off-by: Simon Glass --- diff --git a/drivers/net/dc2114x.c b/drivers/net/dc2114x.c index 7c0665faa8e..8fa549280aa 100644 --- a/drivers/net/dc2114x.c +++ b/drivers/net/dc2114x.c @@ -3,6 +3,7 @@ #include #include #include +#include #include #include #include