From dacdc867174924621311e79b78d4c887092d1291 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 4 Aug 2014 10:20:03 +0200 Subject: Fix missing in ldbl-96 fma --- ChangeLog | 4 ++++ sysdeps/ieee754/ldbl-96/s_fma.c | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8d57bec1d0..290d87d8e3 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 a27102eff1..dcdae4d3a0 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: -- cgit 1.4.1