diff options
| -rw-r--r-- | include/__locale | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/__locale b/include/__locale index 625d0f85e..6fcae87b4 100644 --- a/include/__locale +++ b/include/__locale @@ -36,7 +36,7 @@ # include <support/newlib/xlocale.h> #elif (defined(__GLIBC__) || defined(__APPLE__) || defined(__FreeBSD__) \ || defined(__EMSCRIPTEN__) || defined(__IBMCPP__)) -# include <xlocale.h> +# include <locale.h> #endif // __GLIBC__ || __APPLE__ || __FreeBSD__ || __sun__ || __EMSCRIPTEN__ || __IBMCPP__ #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) |
