소스 검색

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