]> sourceware.org Git - glibc.git/commitdiff
2001-08-21 Roland McGrath <roland@frob.com>
authorRoland McGrath <roland@gnu.org>
Wed, 22 Aug 2001 22:23:59 +0000 (22:23 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 22 Aug 2001 22:23:59 +0000 (22:23 +0000)
* stdio-common/tst-fseek.c: Include <time.h> for `time' declaration.

stdio-common/tst-fseek.c

index c714b66879716abc733f9b61e96b7f614b600fca..79eef97b620e5893816b3c9cffaac7e19d0ed9ab 100644 (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>
 
 
This page took 0.037972 seconds and 5 git commands to generate.