summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/include/includes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 70fc41034c..6021ebb83b 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -981,7 +981,7 @@ int vasprintf(char **ptr, const char *format, va_list ap);
/* dmalloc -- free heap debugger (dmalloc.org). This should be near
* the *bottom* of include files so as not to conflict. */
-#ifdef DMALLOC
+#ifdef ENABLE_DMALLOC
# include <dmalloc.h>
#endif