From: Lukasz Majewski Date: Fri, 11 May 2018 14:51:19 +0000 (+0200) Subject: display5: Add missing environment.h include to avoid warning X-Git-Tag: v2018.07-rc3~15^2~38 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2c09dbf4250be1f6c8fc391cc1882df35b47a421;p=u-boot display5: Add missing environment.h include to avoid warning Without this change the following warning shows up when building: board/liebherr/display5/display5.c:270:3: warning: implicit declaration of function ‘eth_env_set_enetaddr’ [-Wimplicit-function-declaration] This commit fixes this issue. Signed-off-by: Lukasz Majewski --- diff --git a/board/liebherr/display5/display5.c b/board/liebherr/display5/display5.c index a3deba216c..d8383170d2 100644 --- a/board/liebherr/display5/display5.c +++ b/board/liebherr/display5/display5.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #include