diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2014-01-30 07:44:22 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2014-01-30 07:44:22 +0000 |
| commit | 4f7ab58ee65f0525390478dea6beb0c50f2c96bb (patch) | |
| tree | add3759d4df7ee10d814c3b2561c3c28fcd9cef2 /contrib/libc++/src/system_error.cpp | |
| parent | 9a40e29377f31b724351a8fc492a132392c3e408 (diff) | |
| parent | a5b2dbc259e289ea23fe9aebb34eba2c1dc7fefb (diff) | |
Notes
Diffstat (limited to 'contrib/libc++/src/system_error.cpp')
| -rw-r--r-- | contrib/libc++/src/system_error.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/libc++/src/system_error.cpp b/contrib/libc++/src/system_error.cpp index 7376b770ecf8..b40409f854ab 100644 --- a/contrib/libc++/src/system_error.cpp +++ b/contrib/libc++/src/system_error.cpp @@ -7,6 +7,7 @@ // //===----------------------------------------------------------------------===// +#define _LIBCPP_BUILDING_SYSTEM_ERROR #include "system_error" #include "string" #include "cstring" |
