From 7594c51ae60296b21f90052d060d4d1330a507a6 Mon Sep 17 00:00:00 2001 From: Diego Dorta Date: Fri, 22 Sep 2017 12:12:18 -0300 Subject: imx: Include header file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When building with W=1 errors like the one below is seen: board/freescale/mx6sabresd/mx6sabresd.c:546:5: warning: no previous prototype for ‘overwrite_console’ [-Wmissing-prototypes] int overwrite_console(void) Fix the build warnings by including . Signed-off-by: Diego Dorta Reviewed-by: Fabio Estevam --- board/el/el6x/el6x.c | 1 + 1 file changed, 1 insertion(+) (limited to 'board/el') diff --git a/board/el/el6x/el6x.c b/board/el/el6x/el6x.c index fb128f5d4c..b2fe7fd291 100644 --- a/board/el/el6x/el6x.c +++ b/board/el/el6x/el6x.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3