Skip to content

Commit 8556045

Browse files
authored
Update fuchsia.h
Use clocale so std::localeconv works.
1 parent 6deab21 commit 8556045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__locale_dir/support/fuchsia.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include <__config>
1313
#include <cstdlib>
1414
#include <cwchar>
15-
#include <locale.h> // uselocale & friends
15+
#include <clocale> // uselocale & friends
1616

1717
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
1818
# pragma GCC system_header

0 commit comments

Comments
 (0)