mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-28 03:15:50 +00:00
- kernel/driver.cc: need to #include <cerrno> or errno.h for errno.
This commit is contained in:
parent
8111938e96
commit
6698d67d24
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
#include <unistd.h>
|
||||
#include <libgen.h>
|
||||
#include <dlfcn.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue