From 72df752eacfe720b851c3b0451d85303a61b3bf5 Mon Sep 17 00:00:00 2001 From: cherierm Date: Mon, 25 Sep 2006 16:12:51 +0000 Subject: [PATCH] Includes context_win32.h file header to allow compilation on Builder C++ compiler. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2804 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/xbt/context_win32.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xbt/context_win32.c b/src/xbt/context_win32.c index aa8b55d880..cdfa1da3fc 100644 --- a/src/xbt/context_win32.c +++ b/src/xbt/context_win32.c @@ -17,7 +17,7 @@ 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" int getcontext(ucontext_t *ucp) { int ret; @@ -67,7 +67,7 @@ int makecontext(ucontext_t *ucp, void (*func)(), int argc, ...) va_start (ap, argc); for (i=0; i