diff options
Diffstat (limited to 'libdecnumber/decimal32.c')
-rw-r--r-- | libdecnumber/decimal32.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdecnumber/decimal32.c b/libdecnumber/decimal32.c index 20bdf28b6c1..e1596409370 100644 --- a/libdecnumber/decimal32.c +++ b/libdecnumber/decimal32.c @@ -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 */ |