+2023-01-25 Bruno Haible <bruno@clisp.org>
+
+ vasnprintf: Fix compilation error on Android NDK r26b.
+ Reported by Po Lu <luangruo@yahoo.com>.
+ * lib/vasnprintf.c: Include <wchar.h>.
+
2023-01-25 Nick Bowler <nbowler@draconx.ca> (tiny change)
threadlib: Fix support for Solaris 9 and older.
#include <stdio.h> /* snprintf(), sprintf() */
#include <stdlib.h> /* abort(), malloc(), realloc(), free() */
#include <string.h> /* memcpy(), strlen() */
+#include <wchar.h> /* mbstate_t, mbrtowc(), mbrlen(), wcrtomb() */
#include <errno.h> /* errno */
#include <limits.h> /* CHAR_BIT */
#include <float.h> /* DBL_MAX_EXP, LDBL_MAX_EXP */