changeset 2472:549a4fea6d6a

-DHAVE_STDBOOL_H
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 10 Dec 2022 12:23:50 +0200
parents 2dd756e64a8b
children 86ec56d0fe76
files Makefile Makefile.cross-mingw
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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 +=