summaryrefslogtreecommitdiff
path: root/source/include/includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/includes.h')
-rw-r--r--source/include/includes.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/include/includes.h b/source/include/includes.h
index 3b2b1db8772..92ac462e1b1 100644
--- a/source/include/includes.h
+++ b/source/include/includes.h
@@ -975,6 +975,13 @@ int vasprintf(char **ptr, const char *format, va_list ap);
#include <dlfcn.h>
#endif
+/* dmalloc -- free heap debugger (dmalloc.org). This should be near
+ * the *bottom* of include files so as not to conflict. */
+#ifdef DMALLOC
+# include <dmalloc.h>
+#endif
+
+
/* Some POSIX definitions for those without */
#ifndef S_IFDIR