From a70486d79003622adf4b607344bc54b032393fc3 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Mon, 24 Jun 2002 20:03:38 +0000 Subject: 2002-06-24 Jeff Johnston * libc/include/math.h: Remove . (__dmath): Use __ULong instead of _uint32_t. * libc/include/sys/reent.h: If long or int is not 32-bits, include to get definitions for _int32_t and _uint32_t. * libc/stdlib/mprec.h: Include to get integer defs. * libm/common/fdlibm.h: Ditto. --- newlib/libc/stdlib/mprec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'newlib/libc/stdlib') diff --git a/newlib/libc/stdlib/mprec.h b/newlib/libc/stdlib/mprec.h index 31d52e131..4ca48f22f 100644 --- a/newlib/libc/stdlib/mprec.h +++ b/newlib/libc/stdlib/mprec.h @@ -31,6 +31,7 @@ #include #include #include +#include #ifdef __IEEE_LITTLE_ENDIAN #define IEEE_8087 -- cgit v1.2.3