malloc.h: protect it against multiple include

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2009-06-13 12:55:37 +02:00 committed by Wolfgang Denk
parent 7640f41988
commit 60a3f404ac

View File

@ -216,7 +216,8 @@
*/
#ifndef __MALLOC_H__
#define __MALLOC_H__
/* Preliminaries */
@ -940,3 +941,5 @@ struct mallinfo mALLINFo();
#ifdef __cplusplus
}; /* end of extern "C" */
#endif
#endif /* __MALLOC_H__ */