aboutsummaryrefslogtreecommitdiff
path: root/include/langinfo.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/langinfo.h
parent9b1246ca382e294b0905b8fe1923d80524b74937 (diff)
downloadsrc-82dd5016bd749d1d9e1531bd1703aebeecceab34.tar.gz
src-82dd5016bd749d1d9e1531bd1703aebeecceab34.zip
Notes
Diffstat (limited to 'include/langinfo.h')
-rw-r--r--include/langinfo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/langinfo.h b/include/langinfo.h
index 6d6b95f2cc4e..42ad832bb486 100644
--- a/include/langinfo.h
+++ b/include/langinfo.h
@@ -130,6 +130,10 @@ typedef __nl_item nl_item;
__BEGIN_DECLS
char *nl_langinfo(nl_item);
+
+#if __POSIX_VISIBLE >= 200809
+#include <xlocale/_langinfo.h>
+#endif
__END_DECLS
#endif /* !_LANGINFO_H_ */