diff options
Diffstat (limited to 'SpMV/dpu/task.c')
-rw-r--r-- | SpMV/dpu/task.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SpMV/dpu/task.c b/SpMV/dpu/task.c index 501a62a..305a645 100644 --- a/SpMV/dpu/task.c +++ b/SpMV/dpu/task.c @@ -11,7 +11,7 @@ #include <perfcounter.h> #include <seqread.h> -#include "../support/common.h" +#include "common.h" #define PRINT_ERROR(fmt, ...) printf("\033[0;31mERROR:\033[0m "fmt"\n", ##__VA_ARGS__) |