diff options
Diffstat (limited to 'libdecnumber/decDPD.h')
-rw-r--r-- | libdecnumber/decDPD.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libdecnumber/decDPD.h b/libdecnumber/decDPD.h index 8e0347c..a4710d6 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) */ |