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>.
-/* 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
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>