diff --git a/llvm/tools/hpvm/test/VISC/parboil/benchmarks/hpvm-cava/src/visc.h b/llvm/tools/hpvm/test/VISC/parboil/benchmarks/hpvm-cava/src/visc.h
index a263e352523431a868637b1849ac532d7ed716a9..5279b2cef89e5b993fc404f2b0615fa1cd8e7b1c 100644
--- a/llvm/tools/hpvm/test/VISC/parboil/benchmarks/hpvm-cava/src/visc.h
+++ b/llvm/tools/hpvm/test/VISC/parboil/benchmarks/hpvm-cava/src/visc.h
@@ -10,7 +10,7 @@
 #define DEVICE GPU_TARGET
 #endif
 
-#include "llvm/SupportVISC/VISCHint.h"
+#include "../../../../../../include/SupportVISC/VISCHint.h"
 
 #ifdef __cplusplus
 extern "C" {
diff --git a/llvm/tools/hpvm/test/VISC/parboil/common/include/visc.h b/llvm/tools/hpvm/test/VISC/parboil/common/include/visc.h
index a38c23f8b31a25aaacf40391f7323632efe2bc65..078907ba0249a79467a8201de40eefe428902721 100644
--- a/llvm/tools/hpvm/test/VISC/parboil/common/include/visc.h
+++ b/llvm/tools/hpvm/test/VISC/parboil/common/include/visc.h
@@ -10,7 +10,7 @@
 #define DEVICE GPU_TARGET
 #endif
 
-#include "llvm/SupportVISC/VISCHint.h"
+#include "../../../../../include/SupportVISC/VISCHint.h"
 
 #ifdef __cplusplus
 extern "C" {