From 5a5d0ee5b164010222b50d9fb0a370f3b095a786 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 24 Feb 2006 02:52:40 +0000 Subject: Add dmalloc support to clamsmtp. --- common/compat.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'common') diff --git a/common/compat.h b/common/compat.h index 746cd4f..44c45e0 100644 --- a/common/compat.h +++ b/common/compat.h @@ -44,6 +44,7 @@ #endif #include +#include #ifndef HAVE_STDARG_H #error ERROR: Must have a working stdarg.h header @@ -51,6 +52,10 @@ #include #endif +#ifdef WITH_DMALLOC +#include "dmalloc.h" +#endif + #ifndef HAVE_REALLOCF void* reallocf(void* p, size_t sz); #endif -- cgit v1.2.3