diff options
author | Toshiyasu Morita <toshiyasu.morita@hsa.hitachi.com> | 2002-05-28 23:43:31 +0100 |
---|---|---|
committer | Joern Rennecke <amylaar@gcc.gnu.org> | 2002-05-28 23:43:31 +0100 |
commit | 62526ec32fe9a6bfa311af82e4a97d08fdb6f2d8 (patch) | |
tree | b875cd00fd61c7c79601f5528a6e26a7a7eb6945 /gcc/config | |
parent | f1a58d928b14e74fa54f8be9c12dcc9dd871b073 (diff) | |
download | gcc-62526ec32fe9a6bfa311af82e4a97d08fdb6f2d8.zip gcc-62526ec32fe9a6bfa311af82e4a97d08fdb6f2d8.tar.gz gcc-62526ec32fe9a6bfa311af82e4a97d08fdb6f2d8.tar.bz2 |
* config/sh/sh.c: Include real.h for REAL_VALUE_TYPE.
From-SVN: r53975
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/sh/sh.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/sh/sh.c b/gcc/config/sh/sh.c index e7d8268..3bbeb38 100644 --- a/gcc/config/sh/sh.c +++ b/gcc/config/sh/sh.c @@ -41,6 +41,7 @@ Boston, MA 02111-1307, USA. */ #include "tm_p.h" #include "target.h" #include "target-def.h" +#include "real.h" int code_for_indirect_jump_scratch = CODE_FOR_indirect_jump_scratch; |