diff options
Diffstat (limited to 'common/compat.h')
-rw-r--r-- | common/compat.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/compat.h b/common/compat.h index 2d16cc4..86a9e04 100644 --- a/common/compat.h +++ b/common/compat.h @@ -29,6 +29,10 @@ #endif #endif +#ifdef WITH_DMALLOC +#include "dmalloc.h" +#endif + #ifndef HAVE_STDARG_H #error ERROR: Must have a working <stdarg.h> header #else |