diff options
Diffstat (limited to 'system/lib/libcxx/system_error.cpp')
-rw-r--r-- | system/lib/libcxx/system_error.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/lib/libcxx/system_error.cpp b/system/lib/libcxx/system_error.cpp index 7376b770..b40409f8 100644 --- a/system/lib/libcxx/system_error.cpp +++ b/system/lib/libcxx/system_error.cpp @@ -7,6 +7,7 @@ // //===----------------------------------------------------------------------===// +#define _LIBCPP_BUILDING_SYSTEM_ERROR #include "system_error" #include "string" #include "cstring" |