summaryrefslogtreecommitdiffstats
path: root/include/strings.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/strings.h')
-rw-r--r--include/strings.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h
index f272078..4fb9311 100644
--- a/include/strings.h
+++ b/include/strings.h
@@ -59,6 +59,10 @@ char *rindex(const char *, int) __pure; /* LEGACY */
#endif
int strcasecmp(const char *, const char *) __pure;
int strncasecmp(const char *, const char *, size_t) __pure;
+
+#if __POSIX_VISIBLE >= 200809 || defined(_XLOCALE_H_)
+#include <xlocale/_strings.h>
+#endif
__END_DECLS
#endif /* _STRINGS_H_ */
OpenPOWER on IntegriCloud