X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8bcc1dbe28f658ea786ba234a679601edd30758a..7d87bd675e40074957819b602f38fb905209990e:/src/portable.h diff --git a/src/portable.h b/src/portable.h index d09a1dfc08..7ccd0a7d64 100644 --- a/src/portable.h +++ b/src/portable.h @@ -10,7 +10,7 @@ #ifndef SIMGRID_PORTABLE_H #define SIMGRID_PORTABLE_H -#include "internal_config.h" +#include "src/internal_config.h" #include "xbt/base.h" #include "xbt/misc.h" #ifdef _XBT_WIN32 @@ -77,16 +77,10 @@ **** Time handling ****/ -#ifdef TIME_WITH_SYS_TIME -# include -# include -#else -# if HAVE_SYS_TIME_H +#if HAVE_SYS_TIME_H # include -# else -# include -# endif #endif +#include /**** **** Signals