aboutsummaryrefslogtreecommitdiff
path: root/libdecnumber/decLibrary.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/decLibrary.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/decLibrary.c')
-rw-r--r--libdecnumber/decLibrary.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdecnumber/decLibrary.c b/libdecnumber/decLibrary.c
index b7cbd10..7cfd9b2 100644
--- a/libdecnumber/decLibrary.c
+++ b/libdecnumber/decLibrary.c
@@ -18,6 +18,7 @@ along with GCC; see the file COPYING. If not, write to the Free
Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA. */
+#include "config.h"
#include "decContext.h"
#include "decimal128.h"
#include "decimal64.h"