summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-05-04 19:16:09 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-05-04 19:16:09 +0200
commitaa97c836b14b4a449b3bfdf45e62e0588c33bec1 (patch)
tree209054b8f6f74b3b6de9cd54a91b28a4970f1c59 /test
parent435729a43ecb3eacb3347ad7cf37f8479680d423 (diff)
Fixed an issue with linking against the ATLAS BLAS library
Diffstat (limited to 'test')
-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"