OSDN Git Service

2006-06-05 Paolo Bonzini <bonzini@gnu.org>
[pf3gnuchains/gcc-fork.git] / libdecnumber / decimal32.c
index 20bdf28..a31a3b9 100644 (file)
@@ -16,8 +16,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GCC; see the file COPYING.  If not, write to the Free
-   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.  */
+   Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA.  */
 
 /* ------------------------------------------------------------------ */
 /* This module comprises the routines for decimal32 format numbers.   */
@@ -31,6 +31,7 @@
 #include <stdio.h>             /* [for printf] */
 
 #define  DECNUMDIGITS  7       /* we need decNumbers with space for 7 */
+#include "config.h"
 #include "decNumber.h"         /* base number library */
 #include "decNumberLocal.h"    /* decNumber local types, etc. */
 #include "decimal32.h"         /* our primary include */