The users of the 'flexmember' module need to #include "flexmember.h". Without this #include, they only get the FLEXIBLE_ARRAY_MEMBER macro, which they can also get without the module, by invoking Autoconf's AC_C_FLEXIBLE_ARRAY_MEMBER.
2023-04-13 Bruno Haible <br...@clisp.org> flexmember: Fix module description (regression 2016-09-07). * modules/flexmember (Include): Add "flexmember.h". diff --git a/modules/flexmember b/modules/flexmember index 2afdc93ef2..9dc3cbbaaa 100644 --- a/modules/flexmember +++ b/modules/flexmember @@ -13,6 +13,7 @@ AC_C_FLEXIBLE_ARRAY_MEMBER Makefile.am: Include: +"flexmember.h" License: LGPLv2+