* lib/strncasecmp_l.c [GNULIB_defined_locale_t]: Include c-strcase.h.
2025-07-04 Collin Funk <collin.funk1@gmail.com>
+ strncasecmp_l: Fix missing declaration of c_strncasecmp (regr. 2025-02-16).
+ * lib/strncasecmp_l.c [GNULIB_defined_locale_t]: Include c-strcase.h.
+
strcasecmp_l: Fix missing declaration of c_strcasecmp (regr. 2025-02-16).
* lib/strcasecmp_l.c [GNULIB_defined_locale_t]: Include c-strcase.h.
#include <limits.h>
#include <string.h>
+#if GNULIB_defined_locale_t
+# include <c-strcase.h>
+#endif
+
int
strncasecmp_l (const char *s1, const char *s2, size_t n, locale_t locale)
{