Fix mingw build

This commit is contained in:
Miodrag Milanovic 2022-08-29 10:04:12 +02:00
parent 060cbd3e9e
commit 883831bd24
1 changed files with 3 additions and 0 deletions

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