From f17b9efcf75b256b33bd6264519bda808518a8ba Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Thu, 8 Dec 2011 14:17:42 +0400 Subject: fix "no previous prototype for 'sbrk'" warning Signed-off-by: Antony Pavlov Signed-off-by: Sascha Hauer --- common/memory.c | 1 + 1 file changed, 1 insertion(+) (limited to 'common/memory.c') diff --git a/common/memory.c b/common/memory.c index 1d72888067..f0ae1ccbaf 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" -- cgit v1.2.3