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 | |
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
-rw-r--r-- | libobjc/ChangeLog | 4 | ||||
-rw-r--r-- | libobjc/exception.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index 8a737bb..c546e9a 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 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" |