Merge pull request #3143 from martin-frbg/fix3088
Resolve circular dependency between common.h and param.h
This commit is contained in:
commit
c0b94ae1df
|
@ -4,7 +4,7 @@
|
|||
#else
|
||||
#include "config_kernel.h"
|
||||
#endif
|
||||
#include "param.h"
|
||||
#include "common.h"
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue