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 1YSsnh-0001Ja-A0 for barebox@lists.infradead.org; Tue, 03 Mar 2015 19:48:18 +0000 Received: from tellur.intern.lynxeye.de (p57B5E414.dip0.t-ipconnect.de [87.181.228.20]) by lynxeye.de (Postfix) with ESMTPA id 75F5B26C2006 for ; Tue, 3 Mar 2015 20:46:29 +0100 (CET) From: Lucas Stach Date: Tue, 3 Mar 2015 20:46:18 +0100 Message-Id: <1425411983-24732-6-git-send-email-dev@lynxeye.de> In-Reply-To: <1425411983-24732-1-git-send-email-dev@lynxeye.de> References: <1425411983-24732-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 06/11] 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