dhelectronics: 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 <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-04-30 19:04:28 -06:00
parent dabaafd345
commit cab9e9b462

View File

@@ -5,6 +5,7 @@
*/
#include <dm.h>
#include <env.h>
#include <i2c_eeprom.h>
#include <net.h>