LookingGlass/client/ivshmem
Patrick Steinhardt fe337cf510 [client] ivshmem: fix missing <sys/select.h> include
While the function `ivshmem_wait_irq` makes use of the select(3)
function, it does not include <sys/select.h>. This happens to work on
glibc based systems, which include thet file transitively via other
header files. But on musl libc based systems, this breaks compilation.

Directly include <sys/select.h> to fix the problem.
2017-12-15 18:25:21 +11:00
..
ivshmem.c [client] ivshmem: fix missing <sys/select.h> include 2017-12-15 18:25:21 +11:00
ivshmem.h [misc] added website url to sources 2017-12-12 04:30:47 +11:00