diff options
Diffstat (limited to 'libc/src/stdlib/gpu/abort.cpp')
| -rw-r--r-- | libc/src/stdlib/gpu/abort.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libc/src/stdlib/gpu/abort.cpp b/libc/src/stdlib/gpu/abort.cpp index f3b052be6d24..fee198607cc0 100644 --- a/libc/src/stdlib/gpu/abort.cpp +++ b/libc/src/stdlib/gpu/abort.cpp @@ -8,10 +8,11 @@ #include "src/__support/RPC/rpc_client.h" #include "src/__support/common.h" +#include "src/__support/macros/config.h" #include "src/stdlib/abort.h" -namespace LIBC_NAMESPACE { +namespace LIBC_NAMESPACE_DECL { LLVM_LIBC_FUNCTION(void, abort, ()) { // We want to first make sure the server is listening before we abort. @@ -23,4 +24,4 @@ LLVM_LIBC_FUNCTION(void, abort, ()) { gpu::end_program(); } -} // namespace LIBC_NAMESPACE +} // namespace LIBC_NAMESPACE_DECL |
