mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
6fb09909fc
commit
2e8a88f0b2
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue