exception.c: Include tsystem.h for unwind.h.
authorDavid Ayers <d.ayers@inode.at>
Thu, 19 May 2005 12:22:21 +0000 (14:22 +0200)
committerDavid Ayers <ayers@gcc.gnu.org>
Thu, 19 May 2005 12:22:21 +0000 (12:22 +0000)
2005-05-19  David Ayers  <d.ayers@inode.at>

* exception.c: Include tsystem.h for unwind.h.

From-SVN: r99978

libobjc/ChangeLog
libobjc/exception.c

index 8a737bb2bfa5770e9a17319480f69fac2f051af7..c546e9ad6c22668f4a646b5fd31afcc7a9098da2 100644 (file)
@@ -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.
index cfce70c51e321939965581a84b5eab5f31319a08..20a9541af462307ccc259e9442960e1fd82c4f02 100644 (file)
@@ -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"