mirror of https://github.com/YosysHQ/yosys.git
12 lines
188 B
Diff
12 lines
188 B
Diff
|
--- fst_win_unistd.h
|
||
|
+++ fst_win_unistd.h
|
||
|
@@ -26,7 +26,7 @@
|
||
|
#define WIN_UNISTD_H
|
||
|
|
||
|
#include <stdlib.h>
|
||
|
-#ifdef _WIN64
|
||
|
+#if defined(_MSC_VER)
|
||
|
#include <io.h>
|
||
|
#else
|
||
|
#include <sys/io.h>
|