# HG changeset patch # User Matti Hamalainen # Date 1670667830 -7200 # Node ID 549a4fea6d6a40e6509d497d760ad42035900125 # Parent 2dd756e64a8bb35a231c84f014671d0e3e4a5217 -DHAVE_STDBOOL_H diff -r 2dd756e64a8b -r 549a4fea6d6a Makefile --- a/Makefile Wed Dec 07 15:17:26 2022 +0200 +++ b/Makefile Sat Dec 10 12:23:50 2022 +0200 @@ -12,6 +12,7 @@ LDFLAGS += CFLAGS += -DHAVE_STRING_H +CFLAGS += -DHAVE_STDBOOL_H CFLAGS += -DHAVE_STDINT_H #CFLAGS += -DHAVE_SYS_TYPES_H CFLAGS += -DHAVE_INTTYPES_H diff -r 2dd756e64a8b -r 549a4fea6d6a Makefile.cross-mingw --- a/Makefile.cross-mingw Wed Dec 07 15:17:26 2022 +0200 +++ b/Makefile.cross-mingw Sat Dec 10 12:23:50 2022 +0200 @@ -38,6 +38,7 @@ -DTH_BYTEORDER=TH_LITTLE_ENDIAN \ -D_NO_BOOL_TYPEDEF \ -DHAVE_STRING_H \ + -DHAVE_STDBOOL_H \ -DHAVE_INTTYPES_H LDFLAGS +=