Fix missing <math_private.h> in ldbl-96 fma
authorAndreas Schwab <schwab@suse.de>
Mon, 4 Aug 2014 08:20:03 +0000 (10:20 +0200)
committerAndreas Schwab <schwab@suse.de>
Mon, 4 Aug 2014 08:20:20 +0000 (10:20 +0200)
ChangeLog
sysdeps/ieee754/ldbl-96/s_fma.c

index 8d57bec..290d87d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-08-04  Andreas Schwab  <schwab@suse.de>
+
+       * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
+
 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
 
        * stdlib/tst-setcontext.c (test_stack): Fix coding style.
index a27102e..dcdae4d 100644 (file)
@@ -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: