From: Simon Glass <s...@chromium.org>

This file reads from the environment but does not include the correct
header. Update it.

Reviewed-by: Stefan Roese <s...@denx.de>
Reviewed-by: Tony Dinh <mibo...@gmail.com>
Signed-off-by: Simon Glass <s...@chromium.org>
---
Changes in v3:
- None
---
 board/Synology/ds414/ds414.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/board/Synology/ds414/ds414.c b/board/Synology/ds414/ds414.c
index 1a4cea87e1a7..02d6a4a1ea8a 100644
--- a/board/Synology/ds414/ds414.c
+++ b/board/Synology/ds414/ds414.c
@@ -4,6 +4,7 @@
  * Copyright (C) 2015 Phil Sutter <p...@nwl.cc>
  */
 
+#include <env.h>
 #include <init.h>
 #include <miiphy.h>
 #include <asm/global_data.h>
-- 
2.43.0

Reply via email to