X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/638d55dcb8d944f7c74127725f1acb7b8e1449de..d5fc777ebb223e63cbaab9c2c78cb9a8f66b019a:/src/simix/smx_context_sysv.c diff --git a/src/simix/smx_context_sysv.c b/src/simix/smx_context_sysv.c index cedbd5164f..050249923d 100644 --- a/src/simix/smx_context_sysv.c +++ b/src/simix/smx_context_sysv.c @@ -1,6 +1,6 @@ /* context_sysv - context switching with ucontexts from System V */ -/* Copyright (c) 2009-2014. The SimGrid Team. +/* Copyright (c) 2009-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -10,8 +10,8 @@ #include "xbt/parmap.h" #include "smx_private.h" -#include "internal_config.h" -#include "context_sysv_config.h" /* loads context system definitions */ +#include "src/internal_config.h" +#include "src/context_sysv_config.h" /* loads context system definitions */ #include "mc/mc.h" #ifdef _XBT_WIN32