From c9f10034f712b38aabb02b73b59d8b267594bab0 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 13 Jul 2001 13:18:44 +0000 Subject: Include unistd.h for lseek64 prototype. Closes PR libc/2372. --- libio/fileops.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libio') diff --git a/libio/fileops.c b/libio/fileops.c index 36ee119e04..03f71d71c0 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 -- cgit v1.2.3