From 9382d4bf4702d59224d6a94b63f306588e99f2b1 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 26 Dec 2020 13:48:37 +0100 Subject: [PATCH] bitset: Fix conflict with 'free-posix' module. * lib/bitset/base.h: Include . --- ChangeLog | 5 +++++ lib/bitset/base.h | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 82362718d7..d1bd67eec4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2020-12-26 Bruno Haible + + bitset: Fix conflict with 'free-posix' module. + * lib/bitset/base.h: Include . + 2020-12-25 Paul Eggert idx: change idx.h comment to LGPLv2.1+ diff --git a/lib/bitset/base.h b/lib/bitset/base.h index fe447c269a..ad674ef11f 100644 --- a/lib/bitset/base.h +++ b/lib/bitset/base.h @@ -24,6 +24,7 @@ #include #include #include +#include /* because Gnulib's may '#define free ...' */ #include /* ffsl */ #include "attribute.h" -- 2.39.5