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