From: Richard Stallman Date: Sun, 19 Jul 1992 17:21:35 +0000 (+0000) Subject: Include real.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6895b5c7f168b8bc526c204f092aa706a28f2e13;p=gcc.git Include real.h. From-SVN: r1631 --- diff --git a/gcc/varasm.c b/gcc/varasm.c index 72148ee44a0..dd756ffdcac 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -35,6 +35,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "expr.h" #include "hard-reg-set.h" #include "regs.h" +#include "real.h" #include "defaults.h" #include "obstack.h"