From f98cf5a9caa90ed694c6cd1a4c743a3ccf1810f5 Mon Sep 17 00:00:00 2001 From: gerald Date: Wed, 30 Nov 2005 01:53:08 +0000 Subject: * 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 --- libdecnumber/decRound.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libdecnumber/decRound.c') diff --git a/libdecnumber/decRound.c b/libdecnumber/decRound.c index d3726665e13..0a85cb136a7 100644 --- a/libdecnumber/decRound.c +++ b/libdecnumber/decRound.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" #define FE_DEC_DOWNWARD 0 -- cgit v1.2.1