9
0
Fork 0

Include the 'size_t' declaration

The 'size_t' declaration is needed for the function prototypes.

Signed-off-by: Juergen Beisert <jbe@pengutronix.de>
This commit is contained in:
Juergen Beisert 2009-12-10 13:09:02 +01:00
parent bbc84cabe8
commit da29ff9e00
1 changed files with 1 additions and 0 deletions

View File

@ -218,6 +218,7 @@
#ifndef __MALLOC_H
#define __MALLOC_H
#include <types.h>
/* Preliminaries */