um: writev needs <sys/uio.h>

vector_user.c doesn't compile without this for me.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
Christoph Hellwig 2018-12-27 08:33:24 +01:00 committed by Richard Weinberger
parent 9de74842ee
commit b979423173
1 changed files with 1 additions and 0 deletions

View File

@ -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>