aboutsummaryrefslogtreecommitdiff
path: root/libobjc
diff options
context:
space:
mode:
authorDavid Ayers <d.ayers@inode.at>2005-05-19 12:22:21 +0000
committerDavid Ayers <d.ayers@inode.at>2005-05-19 12:22:21 +0000
commitb846589448d6770d6e884f3ef9c4adcd474e4e09 (patch)
tree3cc7919b619a82eeb2e1f69508b70233cb74d1f2 /libobjc
parent34afb152fc150c22be2342705b8f726af83667a0 (diff)
2005-05-19 David Ayers <d.ayers@inode.at>
* exception.c: Include tsystem.h for unwind.h. git-svn-id: https://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"