From: cherierm Date: Mon, 25 Sep 2006 16:12:51 +0000 (+0000) Subject: Includes context_win32.h file header to allow compilation on Builder C++ compiler. X-Git-Tag: v3.3~2555 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/72df752eacfe720b851c3b0451d85303a61b3bf5 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 --- 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