X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/43f6b4aae371fca8b5d084e9ceb2484ff867221e..13206972c2b37e1891db900c963e596671da5870:/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;