diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-05-15 08:20:02 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-05-15 08:20:02 +0200 |
commit | a2931b65cd3ff5a2e77d9564a95aa3368a24533e (patch) | |
tree | cb3123bcd67184824909317aa7a3157fdcfba470 /HST-L/dpu/task.c | |
parent | d8192e05fb13c57fd7ca05af6946093b51aa7d96 (diff) |
HST-L: Add AspectC++ support
Diffstat (limited to 'HST-L/dpu/task.c')
-rw-r--r-- | HST-L/dpu/task.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HST-L/dpu/task.c b/HST-L/dpu/task.c index 356b2f9..26021bd 100644 --- a/HST-L/dpu/task.c +++ b/HST-L/dpu/task.c @@ -12,7 +12,7 @@ #include <atomic_bit.h> #include <mutex.h> -#include "../support/common.h" +#include "common.h" __host dpu_arguments_t DPU_INPUT_ARGUMENTS; |