summaryrefslogtreecommitdiff
path: root/mcheck.h
diff options
context:
space:
mode:
Diffstat (limited to 'mcheck.h')
-rw-r--r--mcheck.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcheck.h b/mcheck.h
new file mode 100644
index 0000000000..2fbaebc9d3
--- /dev/null
+++ b/mcheck.h
@@ -0,0 +1,5 @@
+#ifdef USE_NEW_MALLOC
+# include <new-malloc/mcheck.h>
+#else
+# include <malloc/malloc.h>
+#endif