diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-03-31 05:50:32 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-03-31 05:50:32 +0000 |
commit | 750323c15864bf79990946d4f5dfac8ea2baa331 (patch) | |
tree | 8fb6754cca309a7efe99194575519820fa2c94d5 /gcc/rtl.c | |
parent | 64775a9371ff3e934cb901069585ad7077ca6b74 (diff) | |
download | gcc-750323c15864bf79990946d4f5dfac8ea2baa331.tar.gz |
Include real.h to get the definition of REAL_VALUE_TYPE.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3940 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.c')
-rw-r--r-- | gcc/rtl.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <ctype.h> #include <stdio.h> #include "rtl.h" +#include "real.h" #include "obstack.h" #define obstack_chunk_alloc xmalloc |