From: rick Date: Mon, 28 Aug 2017 03:04:40 +0000 (+0800) Subject: nds32: board: Fix andestech adp-ae3xx.c make fail problem. X-Git-Tag: v2017.11-rc1~85 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d573b36402ba40fc0b0939037ec4c90337597740;p=oweals%2Fu-boot.git nds32: board: Fix andestech adp-ae3xx.c make fail problem. Add #include to fix it. Signed-off-by: rick --- diff --git a/board/AndesTech/adp-ae3xx/adp-ae3xx.c b/board/AndesTech/adp-ae3xx/adp-ae3xx.c index 98ed4d9589..8cffb6ba8b 100644 --- a/board/AndesTech/adp-ae3xx/adp-ae3xx.c +++ b/board/AndesTech/adp-ae3xx/adp-ae3xx.c @@ -6,6 +6,7 @@ * SPDX-License-Identifier: GPL-2.0+ */ +#include #include #if defined(CONFIG_FTMAC100) && !defined(CONFIG_DM_ETH) #include