fix macOS build

Signed-off-by: Mike Inouye <mikeinouye@google.com>
This commit is contained in:
Mike Inouye 2026-08-17 22:05:09 +00:00
parent 7c3becfbcd
commit 977e55315d
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ namespace abc {
#if !defined(_WIN32)
#include <sys/file.h>
#include <fcntl.h>
#include <unistd.h>
#endif
YOSYS_NAMESPACE_BEGIN