From: Richard Stallman Date: Wed, 31 Mar 1993 05:50:32 +0000 (+0000) Subject: Include real.h to get the definition of REAL_VALUE_TYPE. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a19a1b5d5c2fdd1f63ab2d4142344b7332c68cc2;p=gcc.git Include real.h to get the definition of REAL_VALUE_TYPE. From-SVN: r3940 --- 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