IA MCU psABI support: changes to libraries
[gcc.git] / gcc / realmpfr.c
index b5c11206d6ce2a205e05be1a8aa5ac78027b92fd..d86f23aeeadf3bb025b3d47db8c732a6e070ea6d 100644 (file)
@@ -1,5 +1,5 @@
 /* Conversion routines from GCC internal float representation to MPFR.
-   Copyright (C) 2010-2013 Free Software Foundation, Inc.
+   Copyright (C) 2010-2015 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
@@ -21,6 +21,9 @@
 #include "system.h"
 #include "coretypes.h"
 #include "realmpfr.h"
+#include "alias.h"
+#include "symtab.h"
+#include "options.h"
 #include "tree.h"      /* For TYPE_MODE in real_from_mpfr.  */
 #include "stor-layout.h"