about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/pwrite.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/pwrite.c')
-rw-r--r--sysdeps/mach/hurd/pwrite.c1
1 files changed, 1 insertions, 0 deletions
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 <errno.h>
 #include <unistd.h>
+#include <hurd/fd.h>
 
 /* Write NBYTES of BUF to FD at given position OFFSET without changing
    the file position.  Return the number written, or -1.  */