From 2263ca7ce8a824f53debcc724bd21cd7099e1161 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 3 Sep 2017 03:03:40 +0200 Subject: hurd: Fix p{read,write}{,v64}v2.c build * misc/preadv2.c: Include . * misc/preadv64v2.c: Include . * misc/pwritev2.c: Include . * misc/pwritev64v2.c: Include . * sysdeps/posix/preadv2.c: Include . * sysdeps/posix/preadv64v2.c: Include . Fix inclusion. * sysdeps/posix/pwritev2.c: Include . * sysdeps/posix/pwritev64v2.c: Include . --- misc/preadv2.c | 1 + misc/preadv64v2.c | 1 + misc/pwritev2.c | 1 + misc/pwritev64v2.c | 1 + 4 files changed, 4 insertions(+) (limited to 'misc') diff --git a/misc/preadv2.c b/misc/preadv2.c index a62dcaa..fe37940 100644 --- a/misc/preadv2.c +++ b/misc/preadv2.c @@ -16,6 +16,7 @@ License along with the GNU C Library; if not, see . */ +#include #include /* Same as preadv but with an additional flags argument. */ diff --git a/misc/preadv64v2.c b/misc/preadv64v2.c index a802c2f..e0f05a5 100644 --- a/misc/preadv64v2.c +++ b/misc/preadv64v2.c @@ -16,6 +16,7 @@ License along with the GNU C Library; if not, see . */ +#include #include /* Same as preadv64 but with an addional flag argument. */ diff --git a/misc/pwritev2.c b/misc/pwritev2.c index b9e0727..ead8447 100644 --- a/misc/pwritev2.c +++ b/misc/pwritev2.c @@ -16,6 +16,7 @@ License along with the GNU C Library; if not, see . */ +#include #include /* Same as pwritev but with an additional flags argument. */ diff --git a/misc/pwritev64v2.c b/misc/pwritev64v2.c index 1f874f0..c72689c 100644 --- a/misc/pwritev64v2.c +++ b/misc/pwritev64v2.c @@ -16,6 +16,7 @@ License along with the GNU C Library; if not, see . */ +#include #include /* Same as preadv64 but with an addional flag argument. */ -- cgit v1.1