Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
needed for win
[simgrid.git] / teshsuite / smpi / pt2pt-dsend / pt2pt-dsend.c
index 7bdec96..1404684 100644 (file)
@@ -5,7 +5,7 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 /* This program simply does a very small exchange to test whether using SIMIX dsend to model the eager mode works */
-
+#include <stdint.h>
 #include <stdio.h>
 #include <mpi.h>