Ver código fonte

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

Nathalie Furmento 13 anos atrás
pai
commit
ca0edf1e92

+ 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];