Skip to content
Snippets Groups Projects
Commit 60a3f404 authored by Jean-Christophe PLAGNIOL-VILLARD's avatar Jean-Christophe PLAGNIOL-VILLARD Committed by Wolfgang Denk
Browse files

malloc.h: protect it against multiple include

parent 7640f419
No related branches found
No related tags found
No related merge requests found
...@@ -216,7 +216,8 @@ ...@@ -216,7 +216,8 @@
*/ */
#ifndef __MALLOC_H__
#define __MALLOC_H__
/* Preliminaries */ /* Preliminaries */
...@@ -940,3 +941,5 @@ struct mallinfo mALLINFo(); ...@@ -940,3 +941,5 @@ struct mallinfo mALLINFo();
#ifdef __cplusplus #ifdef __cplusplus
}; /* end of extern "C" */ }; /* end of extern "C" */
#endif #endif
#endif /* __MALLOC_H__ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment