X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/45c3f1cfee86fb48c96d53f8267f99b6db6e3d7a..b3b356352e87ae00a20f737c48e19b0c8413455a:/buildtools/Cmake/test_prog/prog_stacksetup.c diff --git a/buildtools/Cmake/test_prog/prog_stacksetup.c b/buildtools/Cmake/test_prog/prog_stacksetup.c index 35f08bccb0..f2a446146e 100644 --- a/buildtools/Cmake/test_prog/prog_stacksetup.c +++ b/buildtools/Cmake/test_prog/prog_stacksetup.c @@ -1,15 +1,15 @@ -/* Copyright (c) 2010, 2014. The SimGrid Team. +/* Copyright (c) 2010, 2014-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ #if defined OSX -#define _XOPEN_SOURCE +#define _XOPEN_SOURCE 700 #endif #ifdef _XBT_WIN32 -#include "win32_ucontext.h" +#include "xbt/win32_ucontext.h" #include "win32_ucontext.c" #endif @@ -24,7 +24,7 @@ #if defined(TEST_makecontext) #ifdef _XBT_WIN32 -#include "win32_ucontext.h" +#include "xbt/win32_ucontext.h" #else #include #endif