diff Makefile.cross-mingw @ 574:872d2a65ce56

MinGW should have these headers.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 09 Jan 2020 17:59:30 +0200
parents 5d2c1bfc04aa
children e4ae9ef86332
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