--- psiconv/trunk/lib/psiconv/parse_driver.c 2001/01/17 12:04:12 95 +++ psiconv/trunk/lib/psiconv/parse_driver.c 2003/11/20 22:14:43 160 @@ -21,10 +21,16 @@ #include "compat.h" #include +#include #include "parse.h" #include "parse_routines.h" +#ifdef DMALLOC +#include +#endif + + psiconv_file_type_t psiconv_file_type(psiconv_buffer buf,int *length, psiconv_header_section *result) {