diff options
| author | David Chisnall <theraven@FreeBSD.org> | 2012-02-14 12:03:23 +0000 |
|---|---|---|
| committer | David Chisnall <theraven@FreeBSD.org> | 2012-02-14 12:03:23 +0000 |
| commit | 82dd5016bd749d1d9e1531bd1703aebeecceab34 (patch) | |
| tree | d83544c2e798a9a440baf38564df616970b2b0f5 /include/string.h | |
| parent | 9b1246ca382e294b0905b8fe1923d80524b74937 (diff) | |
Notes
Diffstat (limited to 'include/string.h')
| -rw-r--r-- | include/string.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/string.h b/include/string.h index 239a76f5ec1a..074c20471910 100644 --- a/include/string.h +++ b/include/string.h @@ -132,6 +132,10 @@ void swab(const void * __restrict, void * __restrict, ssize_t); #endif /* _SWAB_DECLARED */ #endif /* __BSD_VISIBLE */ + +#if __POSIX_VISIBLE >= 200809 +#include <xlocale/_string.h> +#endif __END_DECLS #endif /* _STRING_H_ */ |
