--- psiconv/trunk/lib/psiconv/parse_driver.c 2002/01/29 18:38:38 142 +++ psiconv/trunk/lib/psiconv/parse_driver.c 2003/11/22 22:17:04 163 @@ -21,6 +21,7 @@ #include "compat.h" #include +#include #include "parse.h" #include "parse_routines.h" @@ -303,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; }