diff options
author | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-30 01:53:08 +0000 |
---|---|---|
committer | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-30 01:53:08 +0000 |
commit | f98cf5a9caa90ed694c6cd1a4c743a3ccf1810f5 (patch) | |
tree | 9626450d1f6f976541d074e4ffcf70af6b8a8a2c /libdecnumber/decimal32.c | |
parent | cca6c4adebbfee7423811fb63595271967b68a75 (diff) | |
download | gcc-f98cf5a9caa90ed694c6cd1a4c743a3ccf1810f5.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107695 138bc75d-0d04-0410-961f-82ee72b054a4
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 */ |