Explorar o código

try to fix weird compil pb on hydra

Andra Hugo %!s(int64=12) %!d(string=hai) anos
pai
achega
d3f10b1365
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  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>