aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.c
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-03-31 05:50:32 +0000
committerRichard Stallman <rms@gnu.org>1993-03-31 05:50:32 +0000
commita19a1b5d5c2fdd1f63ab2d4142344b7332c68cc2 (patch)
tree8fb6754cca309a7efe99194575519820fa2c94d5 /gcc/rtl.c
parent5008b8ae9572a1f7dc96f9efb378d97144d4e681 (diff)
downloadgcc-a19a1b5d5c2fdd1f63ab2d4142344b7332c68cc2.zip
gcc-a19a1b5d5c2fdd1f63ab2d4142344b7332c68cc2.tar.gz
gcc-a19a1b5d5c2fdd1f63ab2d4142344b7332c68cc2.tar.bz2
Include real.h to get the definition of REAL_VALUE_TYPE.
From-SVN: r3940
Diffstat (limited to 'gcc/rtl.c')
-rw-r--r--gcc/rtl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rtl.c b/gcc/rtl.c
index aca057d..9a25158 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 <ctype.h>
#include <stdio.h>
#include "rtl.h"
+#include "real.h"
#include "obstack.h"
#define obstack_chunk_alloc xmalloc