From: mquinson Date: Sun, 1 Oct 2006 18:10:55 +0000 (+0000) Subject: cosmetics X-Git-Tag: v3.3~2510 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/13adccf44e6c002a1817431ac227b51a8a9ddc7d?hp=b92cf3fa72c82cad5ba0f97d7d30b868f8fc334b cosmetics git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2849 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- 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;