LookingGlass/client
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 [client] ivshmem: fix missing <sys/select.h> include 2017-12-15 18:25:21 +11:00
renderers [client] opengl: update mouse draw time when doing decoupled draws 2017-12-15 17:03:51 +11:00
spice [misc] added website url to sources 2017-12-12 04:30:47 +11:00
.gitignore [client] added renderer abstratction 2017-12-12 03:59:57 +11:00
kb.h [misc] added website url to sources 2017-12-12 04:30:47 +11:00
lg-renderer.h [client] added back missing vsync disable option 2017-12-15 16:19:47 +11:00
lg-renderers.h [client] huge rewrite of renderer API deal with mouse updates 2017-12-13 02:22:47 +11:00
main.c [client] added back missing vsync disable option 2017-12-15 16:19:47 +11:00
Makefile [client] huge rewrite of renderer API deal with mouse updates 2017-12-13 02:22:47 +11:00
utils.h [client] make methods static inline 2017-12-14 08:23:58 +11:00