From 2e8a88f0b25731c32ee15fb7deb1d75bc38e6c35 Mon Sep 17 00:00:00 2001 From: David Ayers Date: Thu, 19 May 2005 14:22:21 +0200 Subject: [PATCH] exception.c: Include tsystem.h for unwind.h. 2005-05-19 David Ayers * exception.c: Include tsystem.h for unwind.h. From-SVN: r99978 --- libobjc/ChangeLog | 4 ++++ libobjc/exception.c | 1 + 2 files changed, 5 insertions(+) diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index 8a737bb2bfa5..c546e9ad6c22 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,7 @@ +2005-05-19 David Ayers + + * exception.c: Include tsystem.h for unwind.h. + 2005-05-09 Mike Stump * configure: Regenerate. diff --git a/libobjc/exception.c b/libobjc/exception.c index cfce70c51e32..20a9541af462 100644 --- a/libobjc/exception.c +++ b/libobjc/exception.c @@ -27,6 +27,7 @@ Boston, MA 02111-1307, USA. */ #include #include "config.h" #include "objc/objc-api.h" +#include "tsystem.h" #include "unwind.h" #include "unwind-pe.h"