summaryrefslogtreecommitdiff
path: root/include/string.h
diff options
context:
space:
mode:
authorDavid Chisnall <theraven@FreeBSD.org>2012-02-14 12:03:23 +0000
committerDavid Chisnall <theraven@FreeBSD.org>2012-02-14 12:03:23 +0000
commit82dd5016bd749d1d9e1531bd1703aebeecceab34 (patch)
treed83544c2e798a9a440baf38564df616970b2b0f5 /include/string.h
parent9b1246ca382e294b0905b8fe1923d80524b74937 (diff)
Notes
Diffstat (limited to 'include/string.h')
-rw-r--r--include/string.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/string.h b/include/string.h
index 239a76f5ec1a..074c20471910 100644
--- a/include/string.h
+++ b/include/string.h
@@ -132,6 +132,10 @@ void swab(const void * __restrict, void * __restrict, ssize_t);
#endif /* _SWAB_DECLARED */
#endif /* __BSD_VISIBLE */
+
+#if __POSIX_VISIBLE >= 200809
+#include <xlocale/_string.h>
+#endif
__END_DECLS
#endif /* _STRING_H_ */