X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b3b356352e87ae00a20f737c48e19b0c8413455a..7ad85b03568dabade546f7948aaf7279059e9269:/src/simix/smx_context_thread.c diff --git a/src/simix/smx_context_thread.c b/src/simix/smx_context_thread.c index bb7bc84bad..a151abf4b4 100644 --- a/src/simix/smx_context_thread.c +++ b/src/simix/smx_context_thread.c @@ -8,10 +8,10 @@ #include "xbt/function_types.h" #include "smx_private.h" -#include "portable.h" /* loads context system definitions */ +#include "src/portable.h" /* loads context system definitions */ #include "xbt/swag.h" #include "xbt/xbt_os_thread.h" -#include "xbt_modinter.h" /* prototype of os thread module's init/exit in XBT */ +#include "src/xbt_modinter.h" /* prototype of os thread module's init/exit in XBT */ XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(simix_context);