mirror of https://github.com/YosysHQ/yosys.git
- kernel/driver.cc: need to #include <cerrno> or errno.h for errno.
This commit is contained in:
parent
8111938e96
commit
6698d67d24
|
@ -24,6 +24,7 @@
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <libgen.h>
|
#include <libgen.h>
|
||||||
#include <dlfcn.h>
|
#include <dlfcn.h>
|
||||||
|
#include <errno.h>
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue