From de5013d7b6efb58c86955f3cb79b7715ecc992f5 Mon Sep 17 00:00:00 2001 From: theraven Date: Wed, 28 Mar 2012 12:11:54 +0000 Subject: Correctly expose xlocale functions if people include the headers in the wrong order (as some ports apparently do). Approved by: dim (mentor) --- include/langinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/langinfo.h') diff --git a/include/langinfo.h b/include/langinfo.h index 42ad832..8c88efc 100644 --- a/include/langinfo.h +++ b/include/langinfo.h @@ -131,7 +131,7 @@ typedef __nl_item nl_item; __BEGIN_DECLS char *nl_langinfo(nl_item); -#if __POSIX_VISIBLE >= 200809 +#if __POSIX_VISIBLE >= 200809 || defined(_XLOCALE_H_) #include #endif __END_DECLS -- cgit v1.1