diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-05-15 11:08:24 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-05-15 11:08:24 +0200 |
commit | 643e7dc59e8e0799f91ff74df56c52d7d4c10f12 (patch) | |
tree | 2553ba527ccd0a4dfd542cbb45f899298c8fc60d /NW/dpu/task.c | |
parent | 665cc63e16a1a5ac083c3a2df38236ae58025b64 (diff) |
NW: AspectC++ support
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; |