aboutsummaryrefslogtreecommitdiff
path: root/libdecnumber/decNumber.c
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2005-11-30 01:53:08 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2005-11-30 01:53:08 +0000
commitda817a2fea5be30ae51d16c4817196aa748eb951 (patch)
tree9626450d1f6f976541d074e4ffcf70af6b8a8a2c /libdecnumber/decNumber.c
parentd2739ff50cc0778159932e0afe29ecc1ad515522 (diff)
downloadgcc-da817a2fea5be30ae51d16c4817196aa748eb951.zip
gcc-da817a2fea5be30ae51d16c4817196aa748eb951.tar.gz
gcc-da817a2fea5be30ae51d16c4817196aa748eb951.tar.bz2
decContext.h: Properly guard inclusion of stdint.h
* 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. From-SVN: r107695
Diffstat (limited to 'libdecnumber/decNumber.c')
-rw-r--r--libdecnumber/decNumber.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdecnumber/decNumber.c b/libdecnumber/decNumber.c
index c2a8980..08fa00d 100644
--- a/libdecnumber/decNumber.c
+++ b/libdecnumber/decNumber.c
@@ -153,6 +153,7 @@
#include <stdio.h> /* for printf [if needed] */
#include <string.h> /* for strcpy */
#include <ctype.h> /* for lower */
+#include "config.h"
#include "decNumber.h" /* base number library */
#include "decNumberLocal.h" /* decNumber local types, etc. */