mirror of https://github.com/YosysHQ/yosys.git
Fix mingw build
This commit is contained in:
parent
060cbd3e9e
commit
883831bd24
|
@ -33,6 +33,9 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
#ifndef __STDC_FORMAT_MACROS
|
||||||
|
# define __STDC_FORMAT_MACROS
|
||||||
|
#endif
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
|
||||||
#if defined (__linux__) || defined(__FreeBSD__)
|
#if defined (__linux__) || defined(__FreeBSD__)
|
||||||
|
|
Loading…
Reference in New Issue