X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/daf4f04c69bc36874bcf9e765de51759f44b7c5d..1398fa7c21c0d81f808108e0803d875c6fce9b8e:/include/smpi/mpi.h diff --git a/include/smpi/mpi.h b/include/smpi/mpi.h index 482fa7eba8..2cb6aca2b4 100644 --- a/include/smpi/mpi.h +++ b/include/smpi/mpi.h @@ -17,9 +17,10 @@ #include #include +#include /* Load it before the define next line to not mess with the system headers */ #define gettimeofday(x, y) smpi_gettimeofday(x, NULL) -#ifdef HAVE_MC +#if HAVE_MC #undef assert #define assert(x) MC_assert(x) #endif