From 7a774cac8861957f4adfe4084e8ab4ee863f15d4 Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Thu, 19 May 2005 06:47:50 +0000 Subject: unwind-compat.c: Include tconfig.h and tsystem.h. gcc/ 2005-05-19 Jan Beulich * unwind-compat.c: Include tconfig.h and tsystem.h. * unwind-dw2-fde-compat.c: Likewise. libstdc++-v3/ 2005-05-19 Jan Beulich * libsupc++/unwind-cxx.h: Include cstdlib. (gcc_unreachable): #define. * libsupc++/eh_personality.cc (gcc_unreachable): Remove #define. From-SVN: r99952 --- gcc/unwind-compat.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc/unwind-compat.c') diff --git a/gcc/unwind-compat.c b/gcc/unwind-compat.c index 26f45ac..3e8c302 100644 --- a/gcc/unwind-compat.c +++ b/gcc/unwind-compat.c @@ -29,6 +29,8 @@ 02111-1307, USA. */ #if defined (USE_GAS_SYMVER) && defined (USE_LIBUNWIND_EXCEPTIONS) +#include "tconfig.h" +#include "tsystem.h" #include "unwind.h" #include "unwind-dw2-fde.h" #include "unwind-compat.h" -- cgit v1.1