diff options
author | Roland McGrath <roland@gnu.org> | 2001-08-22 22:23:59 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-08-22 22:23:59 +0000 |
commit | 78f056dbe4063461dcf3f493b931cad2335117ae (patch) | |
tree | b264ccbb7d134c163cc04e8bd5212870cb215824 /stdio-common/tst-fseek.c | |
parent | ea015eacd59f2888a956e71b322b149cd9b94b98 (diff) | |
download | glibc-78f056dbe4063461dcf3f493b931cad2335117ae.zip glibc-78f056dbe4063461dcf3f493b931cad2335117ae.tar.gz glibc-78f056dbe4063461dcf3f493b931cad2335117ae.tar.bz2 |
2001-08-21 Roland McGrath <roland@frob.com>
* stdio-common/tst-fseek.c: Include <time.h> for `time' declaration.
Diffstat (limited to 'stdio-common/tst-fseek.c')
-rw-r--r-- | stdio-common/tst-fseek.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stdio-common/tst-fseek.c b/stdio-common/tst-fseek.c index c714b66..79eef97 100644 --- a/stdio-common/tst-fseek.c +++ b/stdio-common/tst-fseek.c @@ -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> |