Explorar el Código

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

Nathalie Furmento hace 13 años
padre
commit
ca0edf1e92
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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];