aboutsummaryrefslogtreecommitdiff
path: root/libdecnumber/dpd/decimal128.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2008-06-11 01:17:34 +0000
committerDJ Delorie <dj@redhat.com>2008-06-11 01:17:34 +0000
commit5f5dfcbe1be67ac8e69cbbcc7c99786551d6cbbf (patch)
treeb0a468317c8bb66c8ce38a23aa0efd93c88d60db /libdecnumber/dpd/decimal128.c
parent06c74433a779d34858f8cd54473a9076925dc400 (diff)
downloadgdb-5f5dfcbe1be67ac8e69cbbcc7c99786551d6cbbf.zip
gdb-5f5dfcbe1be67ac8e69cbbcc7c99786551d6cbbf.tar.gz
gdb-5f5dfcbe1be67ac8e69cbbcc7c99786551d6cbbf.tar.bz2
merge from gcc
Diffstat (limited to 'libdecnumber/dpd/decimal128.c')
-rw-r--r--libdecnumber/dpd/decimal128.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdecnumber/dpd/decimal128.c b/libdecnumber/dpd/decimal128.c
index 0e32ceb..54191aa 100644
--- a/libdecnumber/dpd/decimal128.c
+++ b/libdecnumber/dpd/decimal128.c
@@ -42,7 +42,7 @@
#include <string.h> /* [for memset/memcpy] */
#include <stdio.h> /* [for printf] */
-#include "config.h" /* GCC definitions */
+#include "dconfig.h" /* GCC definitions */
#define DECNUMDIGITS 34 /* make decNumbers with space for 34 */
#include "decNumber.h" /* base number library */
#include "decNumberLocal.h" /* decNumber local types, etc. */