]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix compilation due to __nan defines
authorAndreas Schwab <schwab@linux-m68k.org>
Thu, 29 Dec 2011 23:44:57 +0000 (18:44 -0500)
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Thu, 29 Dec 2011 23:44:57 +0000 (18:44 -0500)
Backport of commit #ee2aafe08e68c88412b7dcfa4b1e0d11789348f8

ChangeLog
sysdeps/ieee754/ldbl-128ibm/s_atanl.c

index e103e34dca1d8741999198a96507646f29a6300d..4ff91c137e02572d78d7e794683fb0b714f79ab7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
+       "math_private.h".
+
 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
 
        [BZ #13472]
index b6195f10be342073b82b7f67e569e4e98b83b5ed..8c8c6d7d6a4440626ce7fa2787cb498bcf6a4ca2 100644 (file)
@@ -58,7 +58,7 @@
     License along with this library; if not, write to the Free Software
     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA */
 
-
+#include <math.h>
 #include "math_private.h"
 #include <math_ldbl_opt.h>