diff options
Diffstat (limited to 'libdecnumber/decimal128.c')
-rw-r--r-- | libdecnumber/decimal128.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdecnumber/decimal128.c b/libdecnumber/decimal128.c index 214dba0f1be..94efd3dcba1 100644 --- a/libdecnumber/decimal128.c +++ b/libdecnumber/decimal128.c @@ -31,6 +31,7 @@ #include <stdio.h> /* [for printf] */ #define DECNUMDIGITS 34 /* we need decNumbers with space for 34 */ +#include "config.h" #include "decNumber.h" /* base number library */ #include "decNumberLocal.h" /* decNumber local types, etc. */ #include "decimal128.h" /* our primary include */ |