mirror of
https://github.com/YosysHQ/yosys
synced 2026-05-05 18:05:17 +00:00
linux_perf: include unistd for POSIX I/O
This commit is contained in:
parent
75008b70e5
commit
fc2b7c317f
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@
|
||||||
|
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
USING_YOSYS_NAMESPACE
|
USING_YOSYS_NAMESPACE
|
||||||
PRIVATE_NAMESPACE_BEGIN
|
PRIVATE_NAMESPACE_BEGIN
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue