Include common.h (and indirectly param.h) rather than just param.h to have BLASLONG...
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sun, 14 Mar 2021 16:28:43 +0000 (17:28 +0100)
committerGitHub <noreply@github.com>
Sun, 14 Mar 2021 16:28:43 +0000 (17:28 +0100)
getarch_2nd.c

index c390ef5..53ecccf 100644 (file)
@@ -4,7 +4,7 @@
 #else
 #include "config_kernel.h"
 #endif
-#include "param.h"
+#include "common.h"
 
 int main(int argc, char **argv) {