X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c993a2e8a405c386924126a84caa9bd561edf81c..3203ed1f4fb6f4617e94d5351661ba07e8b8f833:/src/xbt/xbt_os_file.c diff --git a/src/xbt/xbt_os_file.c b/src/xbt/xbt_os_file.c index 43c30bb8e4..2083693d9c 100644 --- a/src/xbt/xbt_os_file.c +++ b/src/xbt/xbt_os_file.c @@ -9,7 +9,7 @@ #include "xbt/sysdep.h" #include "xbt/file.h" /* this module */ #include "xbt/log.h" -#include "portable.h" +#include "src/portable.h" #ifndef _MSC_VER #include "libgen.h" /* POSIX dirname */