about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-128ibm/s_atanl.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2011-10-22 13:49:49 +0200
committerAndreas Schwab <schwab@linux-m68k.org>2011-10-22 14:03:26 +0200
commitee2aafe08e68c88412b7dcfa4b1e0d11789348f8 (patch)
tree1714a8f22e2a4f85f698a80a7e69765bb674ac9e /sysdeps/ieee754/ldbl-128ibm/s_atanl.c
parentbc62c2fb152d6ffec63975d88fd8f1bc3d3b7c01 (diff)
downloadglibc-ee2aafe08e68c88412b7dcfa4b1e0d11789348f8.tar.gz
glibc-ee2aafe08e68c88412b7dcfa4b1e0d11789348f8.tar.xz
glibc-ee2aafe08e68c88412b7dcfa4b1e0d11789348f8.zip
Fix compilation due to __nan defines
Diffstat (limited to 'sysdeps/ieee754/ldbl-128ibm/s_atanl.c')
-rw-r--r--sysdeps/ieee754/ldbl-128ibm/s_atanl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/ieee754/ldbl-128ibm/s_atanl.c b/sysdeps/ieee754/ldbl-128ibm/s_atanl.c
index b6195f10be..db31e4f90e 100644
--- a/sysdeps/ieee754/ldbl-128ibm/s_atanl.c
+++ b/sysdeps/ieee754/ldbl-128ibm/s_atanl.c
@@ -59,6 +59,7 @@
     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA */
 
 
+#include <math.h>
 #include "math_private.h"
 #include <math_ldbl_opt.h>