1
0
mirror of synced 2026-05-04 15:17:27 +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__)