3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-05 10:50:25 +00:00

Various MXE build fixes

This commit is contained in:
Clifford Wolf 2014-10-17 12:04:40 +02:00
parent 31267a1ae8
commit 4df902637a
4 changed files with 30 additions and 15 deletions

View file

@ -30,7 +30,7 @@
#include <limits.h>
#include <errno.h>
#ifndef _WIN32
#if !defined(_WIN32) || defined(__MINGW32__)
# include <unistd.h>
#endif