瀏覽代碼

Fix MC build

Samuel Thibault 7 年之前
父節點
當前提交
406012675d
共有 2 個文件被更改,包括 2 次插入2 次删除
  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