mirror of https://github.com/YosysHQ/yosys.git
- kernel/register.cc: need to #include <cerrno> or errno.h for errno.
This commit is contained in:
parent
6698d67d24
commit
c056217e72
|
@ -23,6 +23,7 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <errno.h>
|
||||||
|
|
||||||
using namespace REGISTER_INTERN;
|
using namespace REGISTER_INTERN;
|
||||||
#define MAX_REG_COUNT 1000
|
#define MAX_REG_COUNT 1000
|
||||||
|
|
Loading…
Reference in New Issue