]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix compilation due to __nan defines
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Fri, 30 Dec 2011 00:39:22 +0000 (19:39 -0500)
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Fri, 30 Dec 2011 00:39:22 +0000 (19:39 -0500)
Backport of commit #ee2aafe08e68c88412b7dcfa4b1e0d11789348f8

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

index ae5f924c4004cb7113e38febe5dc9358aa43ab2d..a4b9cb04b2a0289ea04dfd2c52d248302eafd03c 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>