Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[cmake/java] copy all native libs in one shot to fix parallel build
[simgrid.git] / examples / msg / chord / chord.c
index d4e786e..81d3da0 100644 (file)
@@ -10,7 +10,7 @@
 #include "xbt/asserts.h"
 #include "simgrid/modelchecker.h"
 #include <xbt/RngStream.h>
-#include "mc/mc_replay.h"
+#include "src/mc/mc_replay.h" // FIXME: this is an internal header
 
 /** @addtogroup MSG_examples
  *