浏览代码

try to fix weird compil pb on hydra

Andra Hugo 12 年之前
父节点
当前提交
d3f10b1365
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      examples/sched_ctx/sched_ctx.c
  2. 1 0
      src/core/sched_ctx.h

+ 1 - 0
examples/sched_ctx/sched_ctx.c

@@ -16,6 +16,7 @@
  */
 
 #include<starpu.h>
+#include<starpu_sched_ctx.h>
 #include<pthread.h>
 
 #define NTASKS 1000

+ 1 - 0
src/core/sched_ctx.h

@@ -18,6 +18,7 @@
 #define __SCHED_CONTEXT_H__
 
 #include <starpu.h>
+#include <starpu_sched_ctx.h>
 #include <starpu_scheduler.h>
 #include <common/config.h>
 #include <common/barrier_counter.h>