Browse Source

Fix inclusion path

Samuel Thibault 7 years ago
parent
commit
a3169c496e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/starpu_replay.c

+ 1 - 1
tools/starpu_replay.c

@@ -25,7 +25,7 @@
 #include <stdio.h>
 #include <math.h>
 
-#include <uthash.h>
+#include <common/uthash.h>
 #include <starpu_scheduler.h>
 
 #define NMAX_DEPENDENCIES 16