mirror of https://github.com/YosysHQ/yosys.git
Merge pull request #20 from mschmoelzer/master
Include unistd.h in passes/hierarchy/hierarchy.cc (required for access(3))
This commit is contained in:
commit
11c7df40c3
|
@ -23,6 +23,7 @@
|
|||
#include <stdio.h>
|
||||
#include <fnmatch.h>
|
||||
#include <set>
|
||||
#include <unistd.h>
|
||||
|
||||
namespace {
|
||||
struct generate_port_decl_t {
|
||||
|
|
Loading…
Reference in New Issue