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 . --- sysdeps/posix/preadv2.c | 1 + sysdeps/posix/preadv64v2.c | 3 ++- sysdeps/posix/pwritev2.c | 1 + sysdeps/posix/pwritev64v2.c | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) (limited to 'sysdeps/posix') diff --git a/sysdeps/posix/preadv2.c b/sysdeps/posix/preadv2.c index b79b7b1..cd96677 100644 --- a/sysdeps/posix/preadv2.c +++ b/sysdeps/posix/preadv2.c @@ -16,6 +16,7 @@ License along with the GNU C Library; if not, see . */ +#include #include #include diff --git a/sysdeps/posix/preadv64v2.c b/sysdeps/posix/preadv64v2.c index 263f9b7..649bde4 100644 --- a/sysdeps/posix/preadv64v2.c +++ b/sysdeps/posix/preadv64v2.c @@ -16,7 +16,8 @@ License along with the GNU C Library; if not, see . */ -#include +#include +#include #include ssize_t diff --git a/sysdeps/posix/pwritev2.c b/sysdeps/posix/pwritev2.c index d746059..601f6b1 100644 --- a/sysdeps/posix/pwritev2.c +++ b/sysdeps/posix/pwritev2.c @@ -16,6 +16,7 @@ License along with the GNU C Library; if not, see . */ +#include #include #include diff --git a/sysdeps/posix/pwritev64v2.c b/sysdeps/posix/pwritev64v2.c index f340c8a..9f05f97 100644 --- a/sysdeps/posix/pwritev64v2.c +++ b/sysdeps/posix/pwritev64v2.c @@ -16,6 +16,7 @@ License along with the GNU C Library; if not, see . */ +#include #include #include -- cgit v1.1