mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
Fix mingw build
This commit is contained in:
parent
060cbd3e9e
commit
883831bd24
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@
|
|||
#include <string.h>
|
||||
#include <limits.h>
|
||||
#include <errno.h>
|
||||
#ifndef __STDC_FORMAT_MACROS
|
||||
# define __STDC_FORMAT_MACROS
|
||||
#endif
|
||||
#include <inttypes.h>
|
||||
|
||||
#if defined (__linux__) || defined(__FreeBSD__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue