--- psiconv/trunk/lib/psiconv/parse_driver.c 2001/01/17 12:04:12 95 +++ psiconv/trunk/lib/psiconv/parse_driver.c 2003/11/22 22:17:04 163 @@ -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) { @@ -298,7 +304,7 @@ } else { psiconv_debug(lev+2,sto, "Sketch section at offset %08x",applid_sec); - if ((res = psiconv_parse_sketch_section(buf,lev+2,sketch_sec,NULL,0, + if ((res = psiconv_parse_sketch_section(buf,lev+2,sketch_sec,NULL, &(*result)->sketch_sec))) goto ERROR4; }