Commit 0053102a authored by Richard Weinberger's avatar Richard Weinberger
Browse files

um: Include sys/uio.h to have writev()



sys/uio.h gives us writev(), otherwise the build might fail on
some systems.

Fixes: 49da7e64 ("High Performance UML Vector Network Driver")
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 0d76433c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@
#include <stdlib.h>
#include <os.h>
#include <um_malloc.h>
#include <sys/uio.h>
#include "vector_user.h"

#define ID_GRE 0