diff options
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r-- | source3/include/includes.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 3b2b1db877..92ac462e1b 100644 --- a/source3/include/includes.h +++ b/source3/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 |