diff options
author | David Ayers <d.ayers@inode.at> | 2005-05-19 14:22:21 +0200 |
---|---|---|
committer | David Ayers <ayers@gcc.gnu.org> | 2005-05-19 12:22:21 +0000 |
commit | 2e8a88f0b25731c32ee15fb7deb1d75bc38e6c35 (patch) | |
tree | 3cc7919b619a82eeb2e1f69508b70233cb74d1f2 /libobjc/exception.c | |
parent | 6fb09909fc300c5f5844e000bb5136ad164d7996 (diff) | |
download | gcc-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.c | 1 |
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" |