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
This commit is contained in:
David Ayers 2005-05-19 14:22:21 +02:00 committed by David Ayers
parent 6fb09909fc
commit 2e8a88f0b2
2 changed files with 5 additions and 0 deletions

View 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.

View 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"