[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <887b21fe-e79a-7291-9527-c52a74ff02c8@cambridgegreys.com>
Date: Wed, 2 Jan 2019 16:47:46 +0000
From: Anton Ivanov <anton.ivanov@...bridgegreys.com>
To: Christoph Hellwig <hch@....de>, richard@....at
Cc: linux-um@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] um: writev needs <sys/uio.h>
On 12/27/18 7:33 AM, Christoph Hellwig wrote:
> vector_user.c doesn't compile without this for me.
>
> Signed-off-by: Christoph Hellwig <hch@....de>
> ---
> arch/um/drivers/vector_user.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/um/drivers/vector_user.c b/arch/um/drivers/vector_user.c
> index 3d8cdbdb4e66..41eefbcdc86f 100644
> --- a/arch/um/drivers/vector_user.c
> +++ b/arch/um/drivers/vector_user.c
> @@ -25,6 +25,7 @@
> #include <linux/if_packet.h>
> #include <sys/socket.h>
> #include <sys/wait.h>
> +#include <sys/uio.h>
> #include <linux/virtio_net.h>
> #include <netdb.h>
> #include <stdlib.h>
>
Acked-by: Anton Ivanov <anton.ivanov at cambridgegreys.com>
--
Anton R. Ivanov
Cambridge Greys Limited, England and Wales company No 10273661
http://www.cambridgegreys.com/
Powered by blists - more mailing lists