mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 21:27:00 +00:00
libs/fst: Patch for zlib on windows
This commit is contained in:
parent
c4a0845207
commit
a54721aa39
3 changed files with 20 additions and 1 deletions
|
@ -33,11 +33,12 @@ extern "C" {
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <zlib.h>
|
||||
#include <inttypes.h>
|
||||
#if defined(_MSC_VER)
|
||||
#include "libs/zlib/zlib.h"
|
||||
#include "fst_win_unistd.h"
|
||||
#else
|
||||
#include <zlib.h>
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#include <time.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue