summaryrefslogtreecommitdiff
path: root/libdecnumber/decDPD.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2008-01-25 19:05:44 +0000
committerDJ Delorie <dj@redhat.com>2008-01-25 19:05:44 +0000
commit7d1e3eba1dbdfe8bab4f2edb424c5271a8e561f6 (patch)
tree10261555be1bda7573059ee0d11ad4bc10685205 /libdecnumber/decDPD.h
parent29183214f76feddb120c91c2f0dfffcf961b6f69 (diff)
downloadbinutils-gdb-7d1e3eba1dbdfe8bab4f2edb424c5271a8e561f6.tar.gz
merge from gcc
Diffstat (limited to 'libdecnumber/decDPD.h')
-rw-r--r--libdecnumber/decDPD.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libdecnumber/decDPD.h b/libdecnumber/decDPD.h
index 8e0347c6aa8..a4710d64391 100644
--- a/libdecnumber/decDPD.h
+++ b/libdecnumber/decDPD.h
@@ -34,7 +34,9 @@
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* For details, see: http://www2.hursley.ibm.com/decimal/DPDecimal.html */
-/* */
+
+#include "decDPDSymbols.h"
+
/* This include file defines several DPD and BCD conversion tables: */
/* */
/* uint16_t BCD2DPD[2458]; -- BCD -> DPD (0x999 => 2457) */