From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-bw0-f49.google.com ([209.85.214.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1RYb31-0001Zn-0c for barebox@lists.infradead.org; Thu, 08 Dec 2011 10:17:51 +0000 Received: by bkcje16 with SMTP id je16so1838070bkc.36 for ; Thu, 08 Dec 2011 02:17:46 -0800 (PST) From: Antony Pavlov Date: Thu, 8 Dec 2011 14:17:42 +0400 Message-Id: <1323339462-24144-1-git-send-email-antonynpavlov@gmail.com> 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-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH] fix "no previous prototype for 'sbrk'" warning To: barebox@lists.infradead.org Signed-off-by: Antony Pavlov --- common/memory.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/common/memory.c b/common/memory.c index 7d0f4ca..8090baa 100644 --- a/common/memory.c +++ b/common/memory.c @@ -28,6 +28,7 @@ #include #include #include +#include /* * Begin and End of memory area for malloc(), and current "brk" -- 1.7.7.3 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox