]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 21 Feb 2001 20:17:48 +0000 (20:17 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 21 Feb 2001 20:17:48 +0000 (20:17 +0000)
* sysdeps/generic/ftime.c: Include <time.h>.

ChangeLog
sysdeps/generic/ftime.c

index 07d39f161c65da18128c4c3cf976f169cf956d70..ac761d2f397af305b1d4d14eb9bf4e60c98f57e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2001-02-21  Ulrich Drepper  <drepper@redhat.com>
 
+       * sysdeps/generic/ftime.c: Include <time.h>.
+
        * configure.in: Don't check for libgd if user set --without-gd.
        Patch by Achim Gottinger <achim@gentoo.org>.
 
index cc8ff3140816fe72e11b9c5f62929bcc7091b86d..3e9852c4e679ff1e5bc4199c72fb7089d59c7f7f 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1994, 1996, 1997, 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
@@ -16,6 +16,7 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
+#include <time.h>
 #include <sys/timeb.h>
 #include <sys/time.h>
 #include <errno.h>
This page took 0.040894 seconds and 5 git commands to generate.