mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-03-13 20:11:36 +00:00

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.
LookingGlass
An extremely low latency KVMFR (KVM FrameRelay) implementation for guests with VGA PCI Passthrough.
- Project Website: https://looking-glass.hostfission.com
- Support Forum: https://forum.level1techs.com/t/looking-glass-guides-help-and-support/122387
- Windows Builds of the host application: https://looking-glass.hostfission.com/downloads
Languages
C
92.3%
C++
3.9%
CMake
2.5%
NSIS
0.5%
GLSL
0.4%
Other
0.4%