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 <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-05-15 17:31:49 -06:00
committed by Tom Rini
parent 85b013e3f4
commit 183d88cdfc

View File

@@ -3,6 +3,7 @@
#include <asm/io.h>
#include <cpu_func.h>
#include <dm.h>
#include <env.h>
#include <malloc.h>
#include <net.h>
#include <netdev.h>