From b0968176b3a821598a31de6698e01931d1417584 Mon Sep 17 00:00:00 2001 From: theraven Date: Sun, 4 Mar 2012 15:31:13 +0000 Subject: Reapply 227753 (xlocale cleanup), plus some fixes so that it passes build universe with gcc. Approved by: dim (mentor) --- include/ctype.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/ctype.h') diff --git a/include/ctype.h b/include/ctype.h index c3f80f3..f0ca797 100644 --- a/include/ctype.h +++ b/include/ctype.h @@ -78,6 +78,10 @@ int isphonogram(int); int isrune(int); int isspecial(int); #endif + +#if __POSIX_VISIBLE >= 200809 +#include +#endif __END_DECLS #ifndef __cplusplus -- cgit v1.1