Fix an unfortunate yet old typo that never got attention before r250507.

Should fix the xcode libc++ build.

llvm-svn: 250508
This commit is contained in:
Benjamin Kramer 2015-10-16 11:26:26 +00:00
parent 929df471a9
commit 02adf40a72
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
#include "system_error"
/* For _LIBCPPABI_VERSION */
#if defined(LIBCXX_BUILDING_LIBCXXABI) || defined(__APPLE_) || defined(LIBCXXRT)
#if defined(LIBCXX_BUILDING_LIBCXXABI) || defined(__APPLE__) || defined(LIBCXXRT)
#include <cxxabi.h>
#endif