Add another extension point to the runtime.
[mono.git] / mono / utils / dlmalloc.c
index 349df1fa726350b05947e28d2cdeb66071245393..59287aac7758e79bb207d64fc5137f2aae134ded 100644 (file)
@@ -24,6 +24,7 @@
 /* Use mmap for allocating memory */
 #define HAVE_MORECORE 0
 #define NO_MALLINFO 1
+#include <dlmalloc.h>
 
 /*
 * Quickstart