浏览代码

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