about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--stdio-common/tst-fseek.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/stdio-common/tst-fseek.c b/stdio-common/tst-fseek.c
index c714b66879..79eef97b62 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>