Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Compilation fix on SMPI with WIN32
[simgrid.git] / teshsuite / smpi / sendrecv.c
index ae9e297..1e4962d 100644 (file)
@@ -4,8 +4,8 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
-#include "mpi.h"
 #include <stdio.h>
+#include "mpi.h"
 
 static int test(int myid, int numprocs)
 {