From c62db35d52c6ba5f31ac36e690c58ec54b273298 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 31 May 2017 19:47:48 -0600 Subject: arm: Add explicit include of Rather than relying on common.h to provide this include, which is going away at some point, include it explicitly in each file. Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- board/freescale/mx35pdk/mx35pdk.c | 1 + 1 file changed, 1 insertion(+) (limited to 'board/freescale') diff --git a/board/freescale/mx35pdk/mx35pdk.c b/board/freescale/mx35pdk/mx35pdk.c index 123fb11..ea0bd8f 100644 --- a/board/freescale/mx35pdk/mx35pdk.c +++ b/board/freescale/mx35pdk/mx35pdk.c @@ -24,6 +24,7 @@ #include #include #include +#include #ifndef CONFIG_BOARD_LATE_INIT #error "CONFIG_BOARD_LATE_INIT must be set for this board" -- cgit v1.1