aboutsummaryrefslogtreecommitdiff
path: root/libobjc/exception.c
diff options
context:
space:
mode:
authorDavid Ayers <d.ayers@inode.at>2005-05-19 14:22:21 +0200
committerDavid Ayers <ayers@gcc.gnu.org>2005-05-19 12:22:21 +0000
commit2e8a88f0b25731c32ee15fb7deb1d75bc38e6c35 (patch)
tree3cc7919b619a82eeb2e1f69508b70233cb74d1f2 /libobjc/exception.c
parent6fb09909fc300c5f5844e000bb5136ad164d7996 (diff)
downloadgcc-2e8a88f0b25731c32ee15fb7deb1d75bc38e6c35.zip
gcc-2e8a88f0b25731c32ee15fb7deb1d75bc38e6c35.tar.gz
gcc-2e8a88f0b25731c32ee15fb7deb1d75bc38e6c35.tar.bz2
exception.c: Include tsystem.h for unwind.h.
2005-05-19 David Ayers <d.ayers@inode.at> * exception.c: Include tsystem.h for unwind.h. From-SVN: r99978
Diffstat (limited to 'libobjc/exception.c')
-rw-r--r--libobjc/exception.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libobjc/exception.c b/libobjc/exception.c
index cfce70c..20a9541 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"