Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2012-01-25 22:50:55 +0400
committerHoward Hinnant <hhinnant@apple.com>2012-01-25 22:50:55 +0400
commit244953850033a9f9a01085a7cf1e3c83829f7b73 (patch)
tree041744f6c5bfbfb653e181f3f5467faf0524ceae /libcxxabi/src/abort_message.h
parent8edb17d7538bf924ccfccd54cbc8ff1b15075090 (diff)
Restricted headers to cxa_guard.cpp and abort_messsage.h, and added a comment regarding reentrancy brought up by John McCall. Thanks John.
llvm-svn: 148963
Diffstat (limited to 'libcxxabi/src/abort_message.h')
-rw-r--r--libcxxabi/src/abort_message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxxabi/src/abort_message.h b/libcxxabi/src/abort_message.h
index ca681aa13a78..26caecd8e79f 100644
--- a/libcxxabi/src/abort_message.h
+++ b/libcxxabi/src/abort_message.h
@@ -10,7 +10,7 @@
#ifndef __ABORT_MESSAGE_H_
#define __ABORT_MESSAGE_H_
-#include "cxxabi.h"
+#include <stdio.h>
#ifdef __cplusplus
extern "C" {