Add missing #include in sysdeps/alpha/fpu/s_nearbyint.c
authorRoland McGrath <roland@hack.frob.com>
Fri, 4 Jul 2014 04:15:56 +0000 (21:15 -0700)
committerRoland McGrath <roland@hack.frob.com>
Fri, 4 Jul 2014 04:15:56 +0000 (21:15 -0700)
ChangeLog
sysdeps/alpha/fpu/s_nearbyint.c

index 996b346..d31dcaa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2014-07-03  Roland McGrath  <roland@hack.frob.com>
 
+       * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
+
        * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
        AC_EGREP_CPP for kernel header checks, so they only succeed if
        including <linux/version.h> actually works right.
index dc13910..2c8707f 100644 (file)
    License along with the GNU C Library.  If not, see
    <http://www.gnu.org/licenses/>.  */
 
+#include <math_ldbl_opt.h>
+
 #include <sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c>
 
-#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)
+#if LONG_DOUBLE_COMPAT (libm, GLIBC_2_1)
 compat_symbol (libm, __nearbyint, nearbyintl, GLIBC_2_1);
 #endif