summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@pengutronix.de>2009-12-10 13:09:02 +0100
committerJuergen Beisert <jbe@pengutronix.de>2009-12-10 13:09:02 +0100
commitda29ff9e006a822b647ffe7cd0d5b11dd377fd3f (patch)
treeabf346add19b0a5ca22b68ee2d0072f716fc5385 /include
parentbbc84cabe8216cf7517fbceea6bae2c0d1b524f4 (diff)
downloadbarebox-da29ff9e006a822b647ffe7cd0d5b11dd377fd3f.tar.gz
barebox-da29ff9e006a822b647ffe7cd0d5b11dd377fd3f.tar.xz
Include the 'size_t' declaration
The 'size_t' declaration is needed for the function prototypes. Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/malloc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/malloc.h b/include/malloc.h
index 2d8d877d62..43977b7949 100644
--- a/include/malloc.h
+++ b/include/malloc.h
@@ -218,6 +218,7 @@
#ifndef __MALLOC_H
#define __MALLOC_H
+#include <types.h>
/* Preliminaries */