]> sourceware.org Git - glibc.git/commitdiff
Include <float.h>.
authorUlrich Drepper <drepper@redhat.com>
Sun, 28 Jan 2001 17:17:39 +0000 (17:17 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 28 Jan 2001 17:17:39 +0000 (17:17 +0000)
sysdeps/ieee754/ldbl-96/s_frexpl.c

index 7a49bc37c8dde179169c78892c9c26c987276bd2..0caa90b0352bf219fab72143873ff60dca7eda74 100644 (file)
@@ -28,6 +28,7 @@ static char rcsid[] = "$NetBSD: $";
  * with *exp=0.
  */
 
+#include <float.h>
 #include "math.h"
 #include "math_private.h"
 
This page took 0.042382 seconds and 5 git commands to generate.