X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a2d9f61a7443c403dc00bcddfd1610bfd0ea1590..b3e6ed71424d1f37f8894fae0e1d0b471a1e5b47:/src/xbt/context_private.h?ds=sidebyside diff --git a/src/xbt/context_private.h b/src/xbt/context_private.h index ad27b8de01..3add76df69 100644 --- a/src/xbt/context_private.h +++ b/src/xbt/context_private.h @@ -13,7 +13,10 @@ #include "xbt/swag.h" #include "xbt/dynar.h" /* void_f_pvoid_t */ #include "portable.h" /* loads context system definitions */ + +#if !defined(_WIN32) && !defined(__WIN32__) && !defined(WIN32) && !defined(__TOS_WIN__) #include "ucontext_stack.h" /* loads context system definitions */ +#endif #include "xbt/context.h" #include "xbt/ex.h"