From: Adhemerval Zanella Date: Fri, 30 Dec 2011 00:39:22 +0000 (-0500) Subject: Fix compilation due to __nan defines X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e73988fd47a8ab815e4a4427683ac1098c8ff31f;p=thirdparty%2Fglibc.git Fix compilation due to __nan defines Backport of commit #ee2aafe08e68c88412b7dcfa4b1e0d11789348f8 --- diff --git a/ChangeLog b/ChangeLog index ae5f924c400..a4b9cb04b2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-10-22 Andreas Schwab + + * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include before + "math_private.h". + 2011-12-06 Andreas Schwab [BZ #13472] diff --git a/sysdeps/ieee754/ldbl-128ibm/s_atanl.c b/sysdeps/ieee754/ldbl-128ibm/s_atanl.c index b6195f10be3..8c8c6d7d6a4 100644 --- a/sysdeps/ieee754/ldbl-128ibm/s_atanl.c +++ b/sysdeps/ieee754/ldbl-128ibm/s_atanl.c @@ -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 #include "math_private.h" #include