Include common.h (and indirectly param.h) rather than just param.h to have BLASLONG available w/o circular dependencies

This commit is contained in:
Martin Kroeker
2021-03-14 17:28:43 +01:00
committed by GitHub
parent efa72a631b
commit 34753eaebb

View File

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