X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e66f876b5aca5cc3455a8a8b2570cdfb937e6811..7fab3edd9dabf63ddf1cea93113158e5a3e2936c:/tools/gras/struct_diff.c diff --git a/tools/gras/struct_diff.c b/tools/gras/struct_diff.c index 4de4567f72..9c7825110e 100644 --- a/tools/gras/struct_diff.c +++ b/tools/gras/struct_diff.c @@ -16,6 +16,7 @@ #include "xbt.h" #include "xbt/datadesc.h" +#include "xbt/file_stat.h" #include "../../src/xbt/datadesc/datadesc_private.h" // RAAAAH! ugly relative path, but it's late, I want it to be done NOW. #include "simix/datatypes.h" #include "../../src/simix/smx_smurf_private.h" // RAAAAH! ugly relative path, but it's even later and it still doesn't work @@ -126,7 +127,7 @@ int main(int argc, char** argv) { exit(1); } - parse_from_file("s_smx_simcall_t"); +// parse_from_file("s_smx_simcall_t"); parse_from_file(argv[1]); int cpt;