diff options
Diffstat (limited to 'include/string.h')
| -rw-r--r-- | include/string.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/string.h b/include/string.h index 074c204719108..e6a910b96fd38 100644 --- a/include/string.h +++ b/include/string.h @@ -133,7 +133,7 @@ void swab(const void * __restrict, void * __restrict, ssize_t); #endif /* __BSD_VISIBLE */ -#if __POSIX_VISIBLE >= 200809 +#if __POSIX_VISIBLE >= 200809 || defined(_XLOCALE_H_) #include <xlocale/_string.h> #endif __END_DECLS |
