From 34753eaebb8b2ddbc256e9e996c1fb315396a2a0 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sun, 14 Mar 2021 17:28:43 +0100 Subject: [PATCH] Include common.h (and indirectly param.h) rather than just param.h to have BLASLONG available w/o circular dependencies --- getarch_2nd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getarch_2nd.c b/getarch_2nd.c index c390ef5..53ecccf 100644 --- a/getarch_2nd.c +++ b/getarch_2nd.c @@ -4,7 +4,7 @@ #else #include "config_kernel.h" #endif -#include "param.h" +#include "common.h" int main(int argc, char **argv) { -- 2.7.4