From: David Ayers Date: Thu, 19 May 2005 12:22:21 +0000 (+0200) Subject: exception.c: Include tsystem.h for unwind.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2e8a88f0b25731c32ee15fb7deb1d75bc38e6c35;p=gcc.git exception.c: Include tsystem.h for unwind.h. 2005-05-19 David Ayers * exception.c: Include tsystem.h for unwind.h. From-SVN: r99978 --- 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 + + * 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 cfce70c51e3..20a9541af46 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"