about summary refs log tree commit diff
path: root/math/libm-test.inc
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-21 05:54:40 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-21 05:54:40 +0000
commitbdf09fab1b2097bacf7a02e32beacf964825eee6 (patch)
tree29e74f8470a3a2fe4307d399723dfdccfdafa6d2 /math/libm-test.inc
parent697568d1b48a497024bca234483a157cee79c7a2 (diff)
downloadglibc-bdf09fab1b2097bacf7a02e32beacf964825eee6.tar.gz
glibc-bdf09fab1b2097bacf7a02e32beacf964825eee6.tar.xz
glibc-bdf09fab1b2097bacf7a02e32beacf964825eee6.zip
Update.
2000-06-20  Ulrich Drepper  <drepper@redhat.com>

	* math/libm-test.inc: Include <strcmp.h>.
Diffstat (limited to 'math/libm-test.inc')
-rw-r--r--math/libm-test.inc7
1 files changed, 4 insertions, 3 deletions
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 <aj@arthur.rhein-neckar.de>, 1997.
 
@@ -119,6 +119,7 @@
 #include <errno.h>
 #include <stdlib.h>
 #include <stdio.h>
+#include <string.h>
 #include <argp.h>
 
 /* 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);