diff options
Diffstat (limited to 'gcc/real.c')
-rw-r--r-- | gcc/real.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gcc/real.c b/gcc/real.c index afef6c14043..29dcfcd4fa8 100644 --- a/gcc/real.c +++ b/gcc/real.c @@ -21,14 +21,9 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "config.h" -#include <stdio.h> -#include <errno.h> +#include "system.h" #include "tree.h" -#ifndef errno -extern int errno; -#endif - /* To enable support of XFmode extended real floating point, define LONG_DOUBLE_TYPE_SIZE 96 in the tm.h file (m68k.h or i386.h). |