diff options
| author | Howard Hinnant <hhinnant@apple.com> | 2011-10-27 16:24:42 +0000 |
|---|---|---|
| committer | Howard Hinnant <hhinnant@apple.com> | 2011-10-27 16:24:42 +0000 |
| commit | 9f8884e6c18994360a5e580e5de3aad7a289205d (patch) | |
| tree | 525fc8cdb32f9dbde5952765af30765688660402 /include/cstdlib | |
| parent | 8faa95ff8cab3a1a959fd61591741a8b44d2b09f (diff) | |
| download | external_libcxx-9f8884e6c18994360a5e580e5de3aad7a289205d.tar.gz external_libcxx-9f8884e6c18994360a5e580e5de3aad7a289205d.tar.bz2 external_libcxx-9f8884e6c18994360a5e580e5de3aad7a289205d.zip | |
Windows port work by Ruben Van Boxem
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@143105 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/cstdlib')
| -rw-r--r-- | include/cstdlib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cstdlib b/include/cstdlib index 01b13a8dc..5d8a9d734 100644 --- a/include/cstdlib +++ b/include/cstdlib @@ -82,7 +82,7 @@ size_t wcstombs(char* restrict s, const wchar_t* restrict pwcs, size_t n); #include <__config> #include <stdlib.h> #ifdef _MSC_VER -#include "support/win32/support.h" +#include "support/win32/locale_win32.h" #endif // _MSC_VER #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) |
