3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-08-14 09:55:37 +00:00

log: fix macos

This commit is contained in:
Miodrag Milanovic 2026-08-10 08:29:50 +02:00
parent 5e2991f0ac
commit 59e65a1ca3

View file

@ -23,6 +23,7 @@
#if !defined(_WIN32) || defined(__MINGW32__)
# include <sys/time.h>
# include <unistd.h>
#endif
#if defined(YOSYS_ENABLE_DLOPEN)