aboutsummaryrefslogtreecommitdiff
path: root/include/ctype.h
diff options
context:
space:
mode:
authorDavid Chisnall <theraven@FreeBSD.org>2012-03-28 12:11:54 +0000
committerDavid Chisnall <theraven@FreeBSD.org>2012-03-28 12:11:54 +0000
commit3ac9d659890471a1936268bfec06e74caf9025df (patch)
tree017678a192a23335e68a28fe397622367d1cc587 /include/ctype.h
parent86e4703fa6904240616f9ab1d313c10e3ec80afa (diff)
downloadsrc-3ac9d659890471a1936268bfec06e74caf9025df.tar.gz
src-3ac9d659890471a1936268bfec06e74caf9025df.zip
Notes
Diffstat (limited to 'include/ctype.h')
-rw-r--r--include/ctype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ctype.h b/include/ctype.h
index f0ca79798b79..299b5028ed27 100644
--- a/include/ctype.h
+++ b/include/ctype.h
@@ -79,7 +79,7 @@ int isrune(int);
int isspecial(int);
#endif
-#if __POSIX_VISIBLE >= 200809
+#if __POSIX_VISIBLE >= 200809 || defined(_XLOCALE_H_)
#include <xlocale/_ctype.h>
#endif
__END_DECLS