X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ba8fd902f8a280dae6c4e53773ced638ddaea413..be5b1909ae03fa305b6aff11ef16e19de82966b5:/src/xbt/xbt_os_time.c?ds=sidebyside 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