Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use correct type for found.
[simgrid.git] / teshsuite / smpi / sendrecv.c
index ae9e2971945862c9209be831a9ca064d71fde41b..6a1bf0e71d8f3320208e7fac887c0abdf075311e 100644 (file)
@@ -1,11 +1,11 @@
-/* Copyright (c) 2009, 2010. The SimGrid Team.
+/* Copyright (c) 2009-2010, 2012. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* 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)
 {