소스 검색

src/debug/traces/starpu_fxt.h: fix include path for starpu_mpi_fxt.h

Nathalie Furmento 13 년 전
부모
커밋
0258f65bd5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/debug/traces/starpu_fxt.h

+ 1 - 1
src/debug/traces/starpu_fxt.h

@@ -34,7 +34,7 @@
 
 #include <common/fxt.h>
 #include <common/list.h>
-#include "../mpi/starpu_mpi_fxt.h"
+#include "../mpi/src/starpu_mpi_fxt.h"
 #include <starpu.h>
 #include "../../../include/starpu_fxt.h"