* lib/newlocale.c [HAVE_NEWLOCALE]: Include string.h for strlen and
strcmp, stdio.h for sprintf, and stdlib.h for free.
+2025-03-23 Collin Funk <collin.funk1@gmail.com>
+
+ newlocale: Fix implicit function declarations.
+ * lib/newlocale.c [HAVE_NEWLOCALE]: Include string.h for strlen and
+ strcmp, stdio.h for sprintf, and stdlib.h for free.
+
2025-03-22 Bruno Haible <bruno@clisp.org>
getlocalename_l-unsafe: Add Android workaround, like on OpenBSD.
# include <sys/types.h>
# include <sys/stat.h>
+# include <stdlib.h>
+# include <stdio.h>
+# include <string.h>
locale_t
newlocale (int category_mask, const char *name, locale_t base)