X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b92cf3fa72c82cad5ba0f97d7d30b868f8fc334b..13adccf44e6c002a1817431ac227b51a8a9ddc7d:/src/xbt/context_win32.c diff --git a/src/xbt/context_win32.c b/src/xbt/context_win32.c index cdfa1da3fc..4781823a7b 100644 --- a/src/xbt/context_win32.c +++ b/src/xbt/context_win32.c @@ -16,8 +16,9 @@ /* The original author granted me (Martin Quinson) to redistribute this work under the LGPL licence, what I here do. */ -/*#include "context_win32.h" Not needed since this file is to be included*/ -#include "context_win32.h" +#include "context_win32.h" /* Current file is to be included when cross-compiling, + but not during native builds. So this include is needed */ + int getcontext(ucontext_t *ucp) { int ret;