diff options
| author | David Chisnall <theraven@FreeBSD.org> | 2012-03-04 15:31:13 +0000 |
|---|---|---|
| committer | David Chisnall <theraven@FreeBSD.org> | 2012-03-04 15:31:13 +0000 |
| commit | a8ed63bb3d75a8057a0ed2e758964b7785106f33 (patch) | |
| tree | efbc43bd49ea1f884ea3864a768f788cee4827e7 /include/wchar.h | |
| parent | 2dee0268431dbcfe88ece41d5e3748e001bcb920 (diff) | |
Notes
Diffstat (limited to 'include/wchar.h')
| -rw-r--r-- | include/wchar.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/wchar.h b/include/wchar.h index c641165baf9b8..4e44b53633a1a 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -224,6 +224,10 @@ wchar_t *fgetwln(FILE * __restrict, size_t * __restrict); size_t wcslcat(wchar_t *, const wchar_t *, size_t); size_t wcslcpy(wchar_t *, const wchar_t *, size_t); #endif + +#if __POSIX_VISIBLE >= 200809 +#include <xlocale/_wchar.h> +#endif __END_DECLS #endif /* !_WCHAR_H_ */ |
