diff options
Diffstat (limited to 'BFS/dpu')
-rw-r--r-- | BFS/dpu/task.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BFS/dpu/task.c b/BFS/dpu/task.c index 44ec214..5275047 100644 --- a/BFS/dpu/task.c +++ b/BFS/dpu/task.c @@ -12,7 +12,7 @@ #include <perfcounter.h> #include "dpu-utils.h" -#include "../support/common.h" +#include "common.h" BARRIER_INIT(my_barrier, NR_TASKLETS); |