* sysdeps/generic/ftime.c: Include <time.h>.
This commit is contained in:
Ulrich Drepper 2001-02-21 20:17:48 +00:00
parent 8d18644b91
commit 37ada9da6e
2 changed files with 4 additions and 1 deletions

View File

@ -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>.

View 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>