9
0
Fork 0

include/malloc.h: add multiple inclusion protection

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2009-02-20 17:45:38 +01:00
parent a03d8b82df
commit 3a84dd9bac
1 changed files with 5 additions and 1 deletions

View File

@ -215,7 +215,8 @@
*/
#ifndef __MALLOC_H
#define __MALLOC_H
/* Preliminaries */
@ -918,3 +919,6 @@ struct mallinfo mALLINFo();
#ifdef __cplusplus
}; /* end of extern "C" */
#endif
#endif