From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ns.lynxeye.de ([87.118.118.114] helo=lynxeye.de) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1YRQVL-0005PA-Vx for barebox@lists.infradead.org; Fri, 27 Feb 2015 19:23:22 +0000 Received: from tellur.intern.lynxeye.de (p57B5E414.dip0.t-ipconnect.de [87.181.228.20]) by lynxeye.de (Postfix) with ESMTPA id 5AACF26C2001 for ; Fri, 27 Feb 2015 20:22:21 +0100 (CET) From: Lucas Stach Date: Fri, 27 Feb 2015 20:22:14 +0100 Message-Id: <1425064938-11558-1-git-send-email-dev@lynxeye.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 1/5] bbu: include necessary headers To: barebox@lists.infradead.org Fixes compile errors due to undefined symbols. Signed-off-by: Lucas Stach --- include/bbu.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/bbu.h b/include/bbu.h index adb52b0..4a3d35e 100644 --- a/include/bbu.h +++ b/include/bbu.h @@ -2,6 +2,8 @@ #define __INCLUDE_BBU_H #include +#include +#include struct bbu_data { #define BBU_FLAG_FORCE (1 << 0) -- 2.1.0 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox