소스 검색

Fix rbtree.h inclusion

Samuel Thibault 7 년 전
부모
커밋
e72bea4264
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tools/starpu_replay.c

+ 1 - 1
tools/starpu_replay.c

@@ -30,7 +30,7 @@
 #include <common/uthash.h>
 #include <common/utils.h>
 #include <starpu_scheduler.h>
-#include <rbtree.h>
+#include <common/rbtree.h>
 #include <common/utils.h>
 
 #define REPLAY_NMAX_DEPENDENCIES 8