From: Simon Glass <[email protected]>

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

Reviewed-by: Stefan Roese <[email protected]>
Reviewed-by: Tony Dinh <[email protected]>
Signed-off-by: Simon Glass <[email protected]>
---
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 <[email protected]>
  */
 
+#include <env.h>
 #include <init.h>
 #include <miiphy.h>
 #include <asm/global_data.h>
-- 
2.43.0

Reply via email to