]> sourceware.org Git - glibc.git/commitdiff
Include unistd.h for lseek64 prototype. Closes PR libc/2372.
authorAndreas Jaeger <aj@suse.de>
Fri, 13 Jul 2001 13:18:44 +0000 (13:18 +0000)
committerAndreas Jaeger <aj@suse.de>
Fri, 13 Jul 2001 13:18:44 +0000 (13:18 +0000)
libio/fileops.c

index 36ee119e04beacf2797b313f656578d2bf7c9559..03f71d71c073cb41b38274e1385ac4fe9b60da9c 100644 (file)
@@ -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 <bothner@cygnus.com>.
 
@@ -36,6 +36,7 @@
 #include <sys/stat.h>
 #include <string.h>
 #include <errno.h>
+#include <unistd.h>
 #ifdef __STDC__
 #include <stdlib.h>
 #endif
This page took 0.044363 seconds and 5 git commands to generate.