* lib/uchar.in.h: Include <string.h>, <wctype.h>.
+2023-04-05 Bruno Haible <bruno@clisp.org>
+
+ uchar: Fix recent change.
+ * lib/uchar.in.h: Include <string.h>, <wctype.h>.
+
2023-04-05 Bruno Haible <bruno@clisp.org>
localename tests: Work around a Haiku bug.
/* Get mbstate_t, size_t. */
#include <wchar.h>
+/* For the inline functions. */
+#include <string.h>
+#include <wctype.h>
+
/* The __attribute__ feature is available in gcc versions 2.5 and later.
The attribute __pure__ was added in gcc 2.96. */
#ifndef _GL_ATTRIBUTE_PURE