X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/13c7dd6bd326b1ed430e25df68981671441963ac..8ef0ea918ca7c4025b3a25f67cb712fc5f7ae3e8:/include/smpi/smpif.h diff --git a/include/smpi/smpif.h b/include/smpi/smpif.h index c0eca8ba33..43a1f9bb97 100644 --- a/include/smpi/smpif.h +++ b/include/smpi/smpif.h @@ -7,7 +7,14 @@ #ifndef SMPIF_H #define SMPIF_H -#include +#include "gras_config.h" //For HAVE_SMPI_F2C_H + +#ifdef HAVE_SMPI_F2C_H + #undef min //Need because first def in xbt.h + #undef max //Need because first def in xbt.h + #include +#endif + #include XBT_PUBLIC(int) smpi_process_argc(void);