summaryrefslogtreecommitdiff
path: root/common/compat.h
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2004-04-07 22:02:34 +0000
committerStef Walter <stef@thewalter.net>2004-04-07 22:02:34 +0000
commita6725d9e37f128a4e4127f6a5032d928d3e9b2ce (patch)
tree1a604df069bad39f310f3d7f03e762779dbc4af8 /common/compat.h
parent12f359d812dcf7ccbff057f192f49402750375d7 (diff)
Fixed memory leaks
Diffstat (limited to 'common/compat.h')
-rw-r--r--common/compat.h4
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