about summary refs log tree commit diff
path: root/sysdeps/ieee754
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-10-22 13:18:08 -0400
committerUlrich Drepper <drepper@gmail.com>2011-10-22 13:18:08 -0400
commitdbc36f153e7f35d8c890871528438bb8ade99886 (patch)
tree4e9afb35c6f9f49da5c5e56f2241de031fbd83d9 /sysdeps/ieee754
parent77425c63e72bc0c01d81bc7e9ba4bb41d11679e6 (diff)
parentee2aafe08e68c88412b7dcfa4b1e0d11789348f8 (diff)
downloadglibc-dbc36f153e7f35d8c890871528438bb8ade99886.tar.gz
glibc-dbc36f153e7f35d8c890871528438bb8ade99886.tar.xz
glibc-dbc36f153e7f35d8c890871528438bb8ade99886.zip
Merge branch 'master' of ssh://sourceware.org/git/glibc
Diffstat (limited to 'sysdeps/ieee754')
-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>