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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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