diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2022-02-02 11:46:06 +0100 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2022-02-02 11:46:06 +0100 |
commit | 4a30c9cb9418869b34da3f304c7e3cc72a0ffe62 (patch) | |
tree | 1256c1664d379ba8045eb297553089dd81e2cc62 /libs/fst/config.h | |
parent | 990aee5531f41fdf01887870047eb924f12618b9 (diff) | |
download | yosys-4a30c9cb9418869b34da3f304c7e3cc72a0ffe62.tar.gz yosys-4a30c9cb9418869b34da3f304c7e3cc72a0ffe62.tar.bz2 yosys-4a30c9cb9418869b34da3f304c7e3cc72a0ffe62.zip |
Fix Visual Studio build
Diffstat (limited to 'libs/fst/config.h')
-rw-r--r-- | libs/fst/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/fst/config.h b/libs/fst/config.h index 7e66f24b7..0598fb8c5 100644 --- a/libs/fst/config.h +++ b/libs/fst/config.h @@ -19,6 +19,7 @@ #undef HAVE_ALLOCA_H #undef HAVE_REALPATH #undef HAVE_LIBPTHREAD +#undef HAVE_FSEEKO #endif # ifndef __STDC_FORMAT_MACROS |