Fix an unfortunate yet old typo that never got attention before r250507.
Should fix the xcode libc++ build. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@250508 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
99290c6ec8
commit
8f6e763c49
@ -14,7 +14,7 @@
|
|||||||
#include "system_error"
|
#include "system_error"
|
||||||
|
|
||||||
/* For _LIBCPPABI_VERSION */
|
/* For _LIBCPPABI_VERSION */
|
||||||
#if defined(LIBCXX_BUILDING_LIBCXXABI) || defined(__APPLE_) || defined(LIBCXXRT)
|
#if defined(LIBCXX_BUILDING_LIBCXXABI) || defined(__APPLE__) || defined(LIBCXXRT)
|
||||||
#include <cxxabi.h>
|
#include <cxxabi.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user