summaryrefslogtreecommitdiff
path: root/test/wrapper_cblas.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/wrapper_cblas.h')
-rw-r--r--test/wrapper_cblas.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/wrapper_cblas.h b/test/wrapper_cblas.h
index 994b48b1..566c90e5 100644
--- a/test/wrapper_cblas.h
+++ b/test/wrapper_cblas.h
@@ -15,7 +15,10 @@
#ifndef CLBLAST_TEST_WRAPPER_CBLAS_H_
#define CLBLAST_TEST_WRAPPER_CBLAS_H_
-#include <cblas.h>
+extern "C"
+{
+ #include <cblas.h>
+}
#include "internal/utilities.h"