summaryrefslogtreecommitdiff
path: root/TRNS/dpu/task.c
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2025-05-13 14:18:39 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2025-05-13 14:18:39 +0200
commiteb71b2b0a15a400d61285e4e0534a27af5c4f41d (patch)
tree4fa014d35792b33fade0df84baa19fbc33d790e0 /TRNS/dpu/task.c
parent05001600966baeeba4ef42ddcf1804975fe88625 (diff)
TRNS: refactor AspectC++ and timer headers
Diffstat (limited to 'TRNS/dpu/task.c')
-rw-r--r--TRNS/dpu/task.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/TRNS/dpu/task.c b/TRNS/dpu/task.c
index 0f5e4be..9c0e0a8 100644
--- a/TRNS/dpu/task.c
+++ b/TRNS/dpu/task.c
@@ -12,7 +12,7 @@
#include <mutex.h>
#include <barrier.h>
-#include "../support/common.h"
+#include "common.h"
__host dpu_arguments_t DPU_INPUT_ARGUMENTS;