synology: 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:36 -06:00
parent 97969e865c
commit 1e853263f2

View File

@@ -4,6 +4,7 @@
* Copyright (C) 2015 Phil Sutter <phil@nwl.cc>
*/
#include <env.h>
#include <init.h>
#include <miiphy.h>
#include <asm/global_data.h>