Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b9794231 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Richard Weinberger
Browse files

um: writev needs <sys/uio.h>



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

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 9de74842
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>