From 751d127d7c25b7756c009397c19e3dc6e1165b8d Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Mon, 19 Apr 2021 22:26:34 +0200 Subject: [PATCH] Include cblas_test.h to achieve int/long size change with INTERFACE64 --- ctest/constant.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ctest/constant.c b/ctest/constant.c index 861d70bcc..5a26a4dde 100644 --- a/ctest/constant.c +++ b/ctest/constant.c @@ -1,3 +1,4 @@ +#include "cblas_test.h" int CBLAS_CallFromC; int RowMajorStrg;