summaryrefslogtreecommitdiff
path: root/GEMV/dpu/task.c
diff options
context:
space:
mode:
Diffstat (limited to 'GEMV/dpu/task.c')
-rw-r--r--GEMV/dpu/task.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/GEMV/dpu/task.c b/GEMV/dpu/task.c
index 3bf52e8..120f134 100644
--- a/GEMV/dpu/task.c
+++ b/GEMV/dpu/task.c
@@ -10,7 +10,7 @@
#include <barrier.h>
#include <seqread.h>
-#include "../support/common.h"
+#include "common.h"
#define roundup(n, m) ((n / m) * m + m)