X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/eb5b6b0c3c4d9a38bb205b2c8bc9aeeba8674a25..5d618cbecf8b08ed4b0b4fc2373980b8ce4b4344:/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