From 183d88cdfc19ea7bd56af69512f0d1425de73e77 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 15 May 2025 17:31:49 -0600 Subject: [PATCH] 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 --- drivers/net/dc2114x.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2