diff options
author | Michael Cardell Widerkrantz <mc@hack.org> | 2011-03-28 15:04:22 +0200 |
---|---|---|
committer | Michael Cardell Widerkrantz <mc@hack.org> | 2011-03-28 15:18:38 +0200 |
commit | c786bbcc1bbb84b16b3bcca3b194bf483af3f66a (patch) | |
tree | 2b78a6039c27958a0dae4e275b3ab1657e2efe6c /list.c | |
parent | 440fbc709e535f1ec79c4cc6ed462f0bcbfae249 (diff) | |
download | mcwm-c786bbcc1bbb84b16b3bcca3b194bf483af3f66a.zip |
Include dmalloc here as well.
Diffstat (limited to 'list.c')
-rw-r--r-- | list.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ #include <stdio.h> #include "list.h" +#ifdef DMALLOC +#include "dmalloc.h" +#endif + #ifdef DEBUG #define PDEBUG(Args...) \ do { fprintf(stderr, "mcwm: "); fprintf(stderr, ##Args); } while(0) |