aboutsummaryrefslogtreecommitdiff
path: root/libdecnumber/decimal128.c
diff options
context:
space:
mode:
authorgerald <>2005-11-30 01:53:08 +0000
committergerald <>2005-11-30 01:53:08 +0000
commit3d93bf6d84260263bac20ddd6559513fd914ecd1 (patch)
tree9626450d1f6f976541d074e4ffcf70af6b8a8a2c /libdecnumber/decimal128.c
parent79f8782f7abaa76556a813a09a371026529f9d36 (diff)
* decContext.h: Properly guard inclusion of stdint.h
* decContext.c: Include config.h * decLibrary.c: Ditto. * decNumber.c: Ditto. * decRound.c: Ditto. * decUtility.c: Ditto. * decimal32.c: Ditto. * decimal64.c: Ditto. * decimal128.c: Ditto.
Diffstat (limited to 'libdecnumber/decimal128.c')
-rw-r--r--libdecnumber/decimal128.c1
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 */