Browse Source

Fix MC build

Samuel Thibault 7 years ago
parent
commit
406012675d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      tests/model-checking/prio_list.c
  2. 1 1
      tests/model-checking/starpu_barrier.c

+ 1 - 1
tests/model-checking/prio_list.c

@@ -18,7 +18,7 @@
 #define _STARPU_MALLOC_CAST(p, s, t) do {p = (t) malloc(s);} while (0)
 
 #ifndef NOCONFIG
-#include <config.h>
+#include <common/config.h>
 #else
 #define _GNU_SOURCE 1
 // Assuming recent simgrid

+ 1 - 1
tests/model-checking/starpu_barrier.c

@@ -29,7 +29,7 @@
 #define STARPU_UYIELD() ((void)0)
 
 #ifndef NOCONFIG
-#include <config.h>
+#include <common/config.h>
 #else
 #ifndef _GNU_SOURCE
 #define _GNU_SOURCE 1