diff options
Diffstat (limited to 'libgcc/unwind-sjlj.c')
-rw-r--r-- | libgcc/unwind-sjlj.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libgcc/unwind-sjlj.c b/libgcc/unwind-sjlj.c index c71e79858ee..1fc1c5d3dc9 100644 --- a/libgcc/unwind-sjlj.c +++ b/libgcc/unwind-sjlj.c @@ -1,6 +1,6 @@ /* SJLJ exception handling and frame unwind runtime interface routines. Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006, - 2009 Free Software Foundation, Inc. + 2009, 2011 Free Software Foundation, Inc. This file is part of GCC. @@ -27,6 +27,7 @@ #include "tsystem.h" #include "coretypes.h" #include "tm.h" +#include "libgcc_tm.h" #include "unwind.h" #include "gthr.h" |