Explorar el Código

Fix rbtree.h inclusion

Samuel Thibault hace 7 años
padre
commit
e72bea4264
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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