2001-08-21 Roland McGrath <roland@frob.com>

* stdio-common/tst-fseek.c: Include <time.h> for `time' declaration.
This commit is contained in:
Roland McGrath 2001-08-22 22:23:59 +00:00
parent ea015eacd5
commit 78f056dbe4
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/* Tests of fseek and fseeko.
Copyright (C) 2000 Free Software Foundation, Inc.
Copyright (C) 2000,01 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2000.
@ -24,6 +24,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <time.h>
#include <sys/stat.h>