X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/be6e8d3215d3e25f48c7d2d0b359cf178f978d41..8d000a773b5ebcd411b28c31de68eeddf804e66b:/src/simix/RawContext.cpp?ds=sidebyside diff --git a/src/simix/RawContext.cpp b/src/simix/RawContext.cpp index 8aefa7177e..98c07e84d9 100644 --- a/src/simix/RawContext.cpp +++ b/src/simix/RawContext.cpp @@ -4,7 +4,7 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -/** \file Rawcontext.cpp +/** \file RawContext.cpp * Fast context switching inspired from SystemV ucontexts. * * In contrast to System V context, it does not touch the signal mask @@ -13,6 +13,9 @@ #include +#include +#include + #include #include #include