Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix compilation error for s_file_stat_t
authornavarro <navarro@caraja.(none)>
Tue, 3 Apr 2012 13:29:03 +0000 (15:29 +0200)
committernavarro <navarro@caraja.(none)>
Tue, 3 Apr 2012 13:29:03 +0000 (15:29 +0200)
tools/gras/struct_diff.c

index 4de4567..7cc2c3e 100644 (file)
@@ -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