mirror of https://github.com/YosysHQ/yosys.git
fix macOS build
Signed-off-by: Mike Inouye <mikeinouye@google.com>
This commit is contained in:
parent
7c3becfbcd
commit
977e55315d
|
|
@ -11,6 +11,8 @@ namespace abc {
|
|||
|
||||
#if !defined(_WIN32)
|
||||
#include <sys/file.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
YOSYS_NAMESPACE_BEGIN
|
||||
|
|
|
|||
Loading…
Reference in New Issue