From: Andreas Jaeger Date: Fri, 13 Jul 2001 13:18:44 +0000 (+0000) Subject: Include unistd.h for lseek64 prototype. Closes PR libc/2372. X-Git-Tag: cvs/glibc-2_2_4~232 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9f10034f712b38aabb02b73b59d8b267594bab0;p=thirdparty%2Fglibc.git Include unistd.h for lseek64 prototype. Closes PR libc/2372. --- diff --git a/libio/fileops.c b/libio/fileops.c index 36ee119e04b..03f71d71c07 100644 --- a/libio/fileops.c +++ b/libio/fileops.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1993, 1995, 1997-1999, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1993, 1995, 1997-2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Per Bothner . @@ -36,6 +36,7 @@ #include #include #include +#include #ifdef __STDC__ #include #endif