From bdf09fab1b2097bacf7a02e32beacf964825eee6 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 21 Jun 2000 05:54:40 +0000 Subject: Update. 2000-06-20 Ulrich Drepper * math/libm-test.inc: Include . --- math/libm-test.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'math/libm-test.inc') diff --git a/math/libm-test.inc b/math/libm-test.inc index c3af9f9009..bd399d488f 100644 --- a/math/libm-test.inc +++ b/math/libm-test.inc @@ -1,4 +1,4 @@ -/* Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Andreas Jaeger , 1997. @@ -119,6 +119,7 @@ #include #include #include +#include #include /* Possible exceptions */ @@ -3106,7 +3107,7 @@ nearbyint_test (void) TEST_f_f (nearbyint, 1.5, 2.0); TEST_f_f (nearbyint, -0.5, minus_zero); TEST_f_f (nearbyint, -1.5, -2.0); - + END (nearbyint); } @@ -3977,7 +3978,7 @@ main (int argc, char **argv) output_points = 1; /* XXX set to 0 for releases. */ ignore_max_ulp = 0; - + /* Parse and process arguments. */ argp_parse (&argp, argc, argv, 0, &remaining, NULL); -- cgit v1.2.3