diff --git a/include/malloc.h b/include/malloc.h index 047e965..2d8d877 100644 --- a/include/malloc.h +++ b/include/malloc.h @@ -215,7 +215,8 @@ */ - +#ifndef __MALLOC_H +#define __MALLOC_H /* Preliminaries */ @@ -918,3 +919,6 @@ #ifdef __cplusplus }; /* end of extern "C" */ #endif + +#endif +