summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2014-08-04 10:20:03 +0200
committerAndreas Schwab <schwab@suse.de>2014-08-04 10:20:20 +0200
commitdacdc867174924621311e79b78d4c887092d1291 (patch)
tree42d722c3dfe119178eb33436e338cd89091f1966 /sysdeps
parent41f725ff29c00d1ed400d13755d406ad3114fc89 (diff)
Fix missing <math_private.h> in ldbl-96 fma
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/ieee754/ldbl-96/s_fma.c1
1 files changed, 1 insertions, 0 deletions
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 <math.h>
#include <fenv.h>
#include <ieee754.h>
+#include <math_private.h>
/* This implementation uses rounding to odd to avoid problems with
double rounding. See a paper by Boldo and Melquiond: