Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix: forgot to properly update migration.tesh
[simgrid.git] / examples / smpi / ring_c.c
index 773d74e..1d91408 100644 (file)
@@ -8,7 +8,8 @@
  */
 
 #include <stdio.h>
-#include "mpi.h"
+#include <unistd.h>
+#include <mpi.h>
 
 int main(int argc, char *argv[])
 {