diff options
Diffstat (limited to 'NW/dpu/task.c')
-rw-r--r-- | NW/dpu/task.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NW/dpu/task.c b/NW/dpu/task.c index c022f70..fab163a 100644 --- a/NW/dpu/task.c +++ b/NW/dpu/task.c @@ -10,7 +10,7 @@ #include <perfcounter.h> #include <barrier.h> -#include "../support/common.h" +#include "common.h" __host dpu_arguments_t DPU_INPUT_ARGUMENTS; |