--- psiconv/trunk/lib/psiconv/buffer.c 2002/01/28 21:04:05 141 +++ psiconv/trunk/lib/psiconv/buffer.c 2002/01/29 18:38:38 142 @@ -27,6 +27,10 @@ #include "error.h" #include "buffer.h" +#ifdef DMALLOC +#include +#endif + typedef struct psiconv_relocation_s { psiconv_u32 offset; int id;