From da29ff9e006a822b647ffe7cd0d5b11dd377fd3f Mon Sep 17 00:00:00 2001 From: Juergen Beisert Date: Thu, 10 Dec 2009 13:09:02 +0100 Subject: [PATCH] Include the 'size_t' declaration The 'size_t' declaration is needed for the function prototypes. Signed-off-by: Juergen Beisert --- include/malloc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/malloc.h b/include/malloc.h index 2d8d877d6..43977b794 100644 --- a/include/malloc.h +++ b/include/malloc.h @@ -218,6 +218,7 @@ #ifndef __MALLOC_H #define __MALLOC_H +#include /* Preliminaries */