X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7da2926d0733ff0683f31aeea176ce71e127264f..24827726d5bea684114f0b6706ecb9ed0f4ff453:/src/xbt/xbt_os_time.c diff --git a/src/xbt/xbt_os_time.c b/src/xbt/xbt_os_time.c index 8187da1e9f..e6171866b0 100644 --- a/src/xbt/xbt_os_time.c +++ b/src/xbt/xbt_os_time.c @@ -9,7 +9,7 @@ #include "xbt/sysdep.h" #include "xbt/xbt_os_time.h" /* this module */ #include "xbt/log.h" -#include "portable.h" +#include "src/portable.h" #include /* floor */ #ifdef _XBT_WIN32