]> AND Public Git Repository - simgrid.git/blobdiff - buildtools/Cmake/test_prog/prog_stacksetup.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'smpi-topo'
[simgrid.git] / buildtools / Cmake / test_prog / prog_stacksetup.c
index 66dcba0157bcd49f6e4d272745874defc4c106d9..8039927e605a5a6cb31d064b7b3d3f1446fb76c9 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010. The SimGrid Team.
+/* Copyright (c) 2010, 2014. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -9,7 +9,7 @@
 #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 <ucontext.h>
 #endif