From c768719df4c8756d555d1822e84b4c0c1fce28ee Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 20 Jul 1999 21:19:03 +0000 Subject: * sysdeps/mach/hurd/pread.c (__pread): Include . Fix typo. * sysdeps/mach/hurd/pwrite.c (__pwrite): Include . --- sysdeps/mach/hurd/pwrite.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/mach/hurd/pwrite.c') diff --git a/sysdeps/mach/hurd/pwrite.c b/sysdeps/mach/hurd/pwrite.c index 405c1525e7..d307b47277 100644 --- a/sysdeps/mach/hurd/pwrite.c +++ b/sysdeps/mach/hurd/pwrite.c @@ -20,6 +20,7 @@ #include #include +#include /* Write NBYTES of BUF to FD at given position OFFSET without changing the file position. Return the number written, or -1. */ -- cgit 1.4.1