From 13adccf44e6c002a1817431ac227b51a8a9ddc7d Mon Sep 17 00:00:00 2001 From: mquinson Date: Sun, 1 Oct 2006 18:10:55 +0000 Subject: [PATCH 1/1] cosmetics git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2849 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/xbt/context_win32.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; -- 2.20.1