From: navarro Date: Tue, 3 Apr 2012 13:29:03 +0000 (+0200) Subject: Fix compilation error for s_file_stat_t X-Git-Tag: v3_7~124^2~2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/8a8a8cfc85cca62c2bafcd109f774d4f97a84114?hp=4e7a0cc0a50e42a4197c0b3867f8b0fdb0c86f37 Fix compilation error for s_file_stat_t --- diff --git a/tools/gras/struct_diff.c b/tools/gras/struct_diff.c index 4de4567f72..7cc2c3efe9 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