Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
do not include msg.h when not needed
[simgrid.git] / teshsuite / smpi / gh-139 / gh-139.c
index 9379b2c..4f50434 100644 (file)
@@ -5,7 +5,7 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include <mpi.h>
-#include <simgrid/msg.h>
+#include <simgrid/actor.h>
 #include <simgrid/simix.h>
 #include <stdio.h>