diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-27 19:09:14 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-27 19:09:14 +0000 |
commit | eec409170bdfca76393e39502c0435e25c62153a (patch) | |
tree | f85a181b3665052b23cc97ab8936422f8bc22c35 /math | |
parent | ded0a8999412ee74ad7fd38be676d578dd66a0be (diff) | |
download | glibc-eec409170bdfca76393e39502c0435e25c62153a.tar.gz glibc-eec409170bdfca76393e39502c0435e25c62153a.tar.xz glibc-eec409170bdfca76393e39502c0435e25c62153a.zip |
Include <float.h>.
Diffstat (limited to 'math')
-rw-r--r-- | math/test-misc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/test-misc.c b/math/test-misc.c index 1ba2943a5a..ba34f92e9e 100644 --- a/math/test-misc.c +++ b/math/test-misc.c @@ -1,5 +1,5 @@ /* Miscellaneous tests which don't fit anywhere else. - Copyright (C) 2000 Free Software Foundation, Inc. + Copyright (C) 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -18,6 +18,7 @@ Boston, MA 02111-1307, USA. */ #include <fenv.h> +#include <float.h> #include <ieee754.h> #include <math.h> #include <stdio.h> |