X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1a61b7d465d6e6e5fc1fa6e8ee0f8cdab9ebaba6..19bdb25835da6ee353675dfb995cf9ca886361b2:/src/xbt/context_win32.h diff --git a/src/xbt/context_win32.h b/src/xbt/context_win32.h index fa5fa0582f..6fc82039f7 100644 --- a/src/xbt/context_win32.h +++ b/src/xbt/context_win32.h @@ -19,7 +19,9 @@ #ifndef UCONTEXT_H #define UCONTEXT_H -#include +#ifndef S_SPLINT_S +# include +#endif typedef struct __stack { void *ss_sp;