From a19a1b5d5c2fdd1f63ab2d4142344b7332c68cc2 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 31 Mar 1993 05:50:32 +0000 Subject: [PATCH] Include real.h to get the definition of REAL_VALUE_TYPE. From-SVN: r3940 --- gcc/rtl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/rtl.c b/gcc/rtl.c index aca057d6f97..9a25158cc9c 100644 --- a/gcc/rtl.c +++ b/gcc/rtl.c @@ -22,6 +22,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include "rtl.h" +#include "real.h" #include "obstack.h" #define obstack_chunk_alloc xmalloc -- 2.30.2