From 74eea628cf43355ba2b227f0bb3c31697d637761 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Mon, 14 Feb 2011 18:41:25 -0500 Subject: extensive header cleanup for standards conformance & correctness thanks to Peter Mazinger (psm) for pointing many of these issues out and submitting a patch on which this commit is loosely based --- include/langinfo.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/langinfo.h') diff --git a/include/langinfo.h b/include/langinfo.h index 4d9e0997..b9c55695 100644 --- a/include/langinfo.h +++ b/include/langinfo.h @@ -6,6 +6,7 @@ extern "C" { #endif #define __NEED_nl_item +#define __NEED_locale_t #include @@ -77,6 +78,7 @@ extern "C" { #define NOSTR 0x50003 char *nl_langinfo(nl_item); +char *nl_langinfo_l(nl_item, locale_t); #ifdef __cplusplus } -- cgit v1.2.1