diff options
Diffstat (limited to 'malloc.h')
-rw-r--r-- | malloc.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1 +1,5 @@ -#include <malloc/malloc.h> +#ifdef USE_NEW_MALLOC +# include <new-malloc/malloc.h> +#else +# include <malloc/malloc.h> +#endif |