3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 09:34:09 +00:00

Fix mingw build

This commit is contained in:
Miodrag Milanovic 2022-08-29 10:04:12 +02:00
parent 060cbd3e9e
commit 883831bd24

View file

@ -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__)