about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-96
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-01-28 17:17:39 +0000
committerUlrich Drepper <drepper@redhat.com>2001-01-28 17:17:39 +0000
commitd1595273259f2fb816366e77892819e3291cfa4a (patch)
tree9a241c7b43ad00e0764a60367bf69ddcf57faa74 /sysdeps/ieee754/ldbl-96
parent7dcc4ea070f087abcb1915d1976f30915e6606ad (diff)
downloadglibc-d1595273259f2fb816366e77892819e3291cfa4a.tar.gz
glibc-d1595273259f2fb816366e77892819e3291cfa4a.tar.xz
glibc-d1595273259f2fb816366e77892819e3291cfa4a.zip
Include <float.h>.
Diffstat (limited to 'sysdeps/ieee754/ldbl-96')
-rw-r--r--sysdeps/ieee754/ldbl-96/s_frexpl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/ieee754/ldbl-96/s_frexpl.c b/sysdeps/ieee754/ldbl-96/s_frexpl.c
index 7a49bc37c8..0caa90b035 100644
--- a/sysdeps/ieee754/ldbl-96/s_frexpl.c
+++ b/sysdeps/ieee754/ldbl-96/s_frexpl.c
@@ -28,6 +28,7 @@ static char rcsid[] = "$NetBSD: $";
  * with *exp=0.
  */
 
+#include <float.h>
 #include "math.h"
 #include "math_private.h"