mirror of https://github.com/YosysHQ/yosys.git
Add unistd header for Linux
This commit is contained in:
parent
26f5ff3d74
commit
b356c9ac3e
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
#include <fcntl.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
USING_YOSYS_NAMESPACE
|
||||
PRIVATE_NAMESPACE_BEGIN
|
||||
|
|
|
|||
Loading…
Reference in New Issue