X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e993852fadf35937e44a7b37eaecad48588b5a2e..be5b1909ae03fa305b6aff11ef16e19de82966b5:/src/portable.h diff --git a/src/portable.h b/src/portable.h index 570a599076..487a6f10f3 100644 --- a/src/portable.h +++ b/src/portable.h @@ -10,7 +10,9 @@ #ifndef SIMGRID_PORTABLE_H #define SIMGRID_PORTABLE_H -#include "src/internal_config.h" +#include "simgrid_config.h" /* what was compiled in? */ +#include "src/internal_config.h" /* some information about the environment */ + #include "xbt/base.h" #include "xbt/misc.h" #ifdef _XBT_WIN32