# HG changeset patch # User Matti Hamalainen # Date 1578585570 -7200 # Node ID 872d2a65ce566fad63e0a09242144b1b39a71d70 # Parent 7c0aa6bf484a5e23122650e589fd5c9baed9cbb9 MinGW should have these headers. diff -r 7c0aa6bf484a -r 872d2a65ce56 Makefile.cross-mingw --- 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