]> git.baikalelectronics.ru Git - kernel.git/commit
um: Include sys/uio.h to have writev()
authorRichard Weinberger <richard@nod.at>
Tue, 30 Oct 2018 11:58:11 +0000 (12:58 +0100)
committerRichard Weinberger <richard@nod.at>
Thu, 27 Dec 2018 21:48:19 +0000 (22:48 +0100)
commitaf7bbd6bcb40dfcc43e943447ec822cfc0978f21
tree9ca7cdaa9137c36245c3c2a390070035b891276f
parent76b45c11288b3a0e0050d9a31894d7440f13b828
um: Include sys/uio.h to have writev()

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

Fixes: 91ac981fb435 ("High Performance UML Vector Network Driver")
Signed-off-by: Richard Weinberger <richard@nod.at>
arch/um/drivers/vector_user.c