3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-17 04:35:44 +00:00

Add unistd header for Linux

This commit is contained in:
Akash Levy 2026-01-26 23:12:02 -08:00
parent 26f5ff3d74
commit b356c9ac3e

View file

@ -23,6 +23,7 @@
#include <fcntl.h>
#include <stdlib.h>
#include <unistd.h>
USING_YOSYS_NAMESPACE
PRIVATE_NAMESPACE_BEGIN