From c786bbcc1bbb84b16b3bcca3b194bf483af3f66a Mon Sep 17 00:00:00 2001 From: Michael Cardell Widerkrantz Date: Mon, 28 Mar 2011 15:04:22 +0200 Subject: Include dmalloc here as well. --- list.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/list.c b/list.c index d6ecb1a..fcfe33f 100644 --- a/list.c +++ b/list.c @@ -2,6 +2,10 @@ #include #include "list.h" +#ifdef DMALLOC +#include "dmalloc.h" +#endif + #ifdef DEBUG #define PDEBUG(Args...) \ do { fprintf(stderr, "mcwm: "); fprintf(stderr, ##Args); } while(0) -- cgit v1.2.3