--- psiconv/trunk/lib/psiconv/parse_page.c 2002/01/28 21:04:05 141 +++ psiconv/trunk/lib/psiconv/parse_page.c 2002/01/29 18:38:38 142 @@ -26,6 +26,11 @@ #include "parse_routines.h" #include "error.h" +#ifdef DMALLOC +#include +#endif + + int psiconv_parse_page_header(const psiconv_buffer buf,int lev,psiconv_u32 off, int *length,psiconv_page_header *result) {