summaryrefslogtreecommitdiffstats
path: root/libobjc
diff options
context:
space:
mode:
authorayers <ayers@138bc75d-0d04-0410-961f-82ee72b054a4>2005-05-19 12:22:21 +0000
committerayers <ayers@138bc75d-0d04-0410-961f-82ee72b054a4>2005-05-19 12:22:21 +0000
commit5cbe495ffece39d6c1508d56b106b8591ceee136 (patch)
tree3cc7919b619a82eeb2e1f69508b70233cb74d1f2 /libobjc
parentedac5916ec063a1ca44d9ea1f81974bb4da3c887 (diff)
downloadppe42-gcc-5cbe495ffece39d6c1508d56b106b8591ceee136.tar.gz
ppe42-gcc-5cbe495ffece39d6c1508d56b106b8591ceee136.zip
2005-05-19 David Ayers <d.ayers@inode.at>
* exception.c: Include tsystem.h for unwind.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99978 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc')
-rw-r--r--libobjc/ChangeLog4
-rw-r--r--libobjc/exception.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog
index 8a737bb2bfa..c546e9ad6c2 100644
--- a/libobjc/ChangeLog
+++ b/libobjc/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-19 David Ayers <d.ayers@inode.at>
+
+ * exception.c: Include tsystem.h for unwind.h.
+
2005-05-09 Mike Stump <mrs@apple.com>
* configure: Regenerate.
diff --git a/libobjc/exception.c b/libobjc/exception.c
index cfce70c51e3..20a9541af46 100644
--- a/libobjc/exception.c
+++ b/libobjc/exception.c
@@ -27,6 +27,7 @@ Boston, MA 02111-1307, USA. */
#include <stdlib.h>
#include "config.h"
#include "objc/objc-api.h"
+#include "tsystem.h"
#include "unwind.h"
#include "unwind-pe.h"
OpenPOWER on IntegriCloud