Преглед изворни кода

sched_ctx_hypervisor/src/sched_ctx_hypervisor_intern.h: fix directory for include file

Nathalie Furmento пре 13 година
родитељ
комит
ca0edf1e92
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      sched_ctx_hypervisor/src/sched_ctx_hypervisor_intern.h

+ 1 - 1
sched_ctx_hypervisor/src/sched_ctx_hypervisor_intern.h

@@ -1,5 +1,5 @@
 #include <sched_ctx_hypervisor.h>
-#include <../common/htable32.h>
+#include <common/htable32.h>
 
 struct sched_ctx_hypervisor {
 	struct sched_ctx_wrapper sched_ctx_w[STARPU_NMAX_SCHED_CTXS];