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 --- sysdeps/ieee754/ldbl-96/s_fma.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/ieee754/ldbl-96') 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