changeset 574:872d2a65ce56

MinGW should have these headers.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 09 Jan 2020 17:59:30 +0200
parents 7c0aa6bf484a
children ebdfc1fe1c98
files Makefile.cross-mingw
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.cross-mingw	Thu Jan 09 16:53:16 2020 +0200
+++ b/Makefile.cross-mingw	Thu Jan 09 17:59:30 2020 +0200
@@ -28,6 +28,8 @@
 CFLAGS += \
 	-D_NO_BOOL_TYPEDEF \
 	-DHAVE_STRING_H \
+	-DHAVE_STDINT_H \
+	-DHAVE_INTTYPES_H \
 	-DTH_BYTEORDER=TH_LITTLE_ENDIAN \
 	-mconsole