diff options
| author | 2016-09-05 18:45:08 +0000 | |
|---|---|---|
| committer | 2016-09-05 18:45:08 +0000 | |
| commit | 472649e3cde2f10679b4a88fc41688665204bbea (patch) | |
| tree | 934b7a5ca7aedbfd9a45031bd72b3a144446a1de /lib/libcxx/include/support | |
| parent | Remove code that was never enabled, it will not happen. (diff) | |
| download | wireguard-openbsd-472649e3cde2f10679b4a88fc41688665204bbea.tar.xz wireguard-openbsd-472649e3cde2f10679b4a88fc41688665204bbea.zip | |
Implement OpenBSD support in libc++ and libunwind.
ok kettenis@
Diffstat (limited to 'lib/libcxx/include/support')
| -rw-r--r-- | lib/libcxx/include/support/newlib/xlocale.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcxx/include/support/newlib/xlocale.h b/lib/libcxx/include/support/newlib/xlocale.h index 4e4b23be8d6..323aa65bd70 100644 --- a/lib/libcxx/include/support/newlib/xlocale.h +++ b/lib/libcxx/include/support/newlib/xlocale.h @@ -10,7 +10,7 @@ #ifndef _LIBCPP_SUPPORT_NEWLIB_XLOCALE_H #define _LIBCPP_SUPPORT_NEWLIB_XLOCALE_H -#if defined(_NEWLIB_VERSION) +#if defined(_NEWLIB_VERSION) || defined(__OpenBSD__) #include <cstdlib> #include <clocale> |
