]> AND Public Git Repository - simgrid.git/blobdiff - examples/msg/mc/bugged1_stateful.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Modified base files in order to not refer anymore to the FAQ as the main doc source.
[simgrid.git] / examples / msg / mc / bugged1_stateful.c
index cb4ec29fe8ff2fc053828b724c62ba54e8696225..4bf0381230a0de4b57535e0dd5213394bd066d2d 100644 (file)
@@ -4,7 +4,7 @@
 /******************************************************************************/
 
 #include <msg/msg.h>
-#include <mc/modelchecker.h>
+#include <simgrid/modelchecker.h>
 #define N 3
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(example, "this example");
@@ -62,4 +62,4 @@ int main(int argc, char *argv[])
    
   return 0;
 
-}
\ No newline at end of file
+}