Sfoglia il codice sorgente

try to fix weird compil pb on hydra

Andra Hugo 12 anni fa
parent
commit
d3f10b1365
2 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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>