Skip to content

Commit 34753ea

Browse files
authored
Include common.h (and indirectly param.h) rather than just param.h to have BLASLONG available w/o circular dependencies
1 parent efa72a6 commit 34753ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getarch_2nd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#else
55
#include "config_kernel.h"
66
#endif
7-
#include "param.h"
7+
#include "common.h"
88

99
int main(int argc, char **argv) {
1010

0 commit comments

Comments
 (0)