From: Andreas Schwab Date: Mon, 4 Aug 2014 08:20:03 +0000 (+0200) Subject: Fix missing in ldbl-96 fma X-Git-Tag: glibc-2.20~57 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dacdc867174924621311e79b78d4c887092d1291;p=platform%2Fupstream%2Fglibc.git Fix missing in ldbl-96 fma --- diff --git a/ChangeLog b/ChangeLog index 8d57bec..290d87d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-08-04 Andreas Schwab + + * sysdeps/ieee754/ldbl-96/s_fma.c: Include . + 2014-08-03 Mike Frysinger * stdlib/tst-setcontext.c (test_stack): Fix coding style. diff --git a/sysdeps/ieee754/ldbl-96/s_fma.c b/sysdeps/ieee754/ldbl-96/s_fma.c index a27102e..dcdae4d 100644 --- a/sysdeps/ieee754/ldbl-96/s_fma.c +++ b/sysdeps/ieee754/ldbl-96/s_fma.c @@ -21,6 +21,7 @@ #include #include #include +#include /* This implementation uses rounding to odd to avoid problems with double rounding. See a paper by Boldo and Melquiond: