Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
needed for win
[simgrid.git] / teshsuite / smpi / pt2pt-dsend / pt2pt-dsend.c
index 7bdec96528f4bba57acfd75f941cb918113d447c..1404684301b85e4a812ba481fd9b0ee66c7f6324 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>