Fix building of tests on Musl by making sure to include sys/select.h
Required for access to fd_set
This commit is contained in:
parent
bc30ca64dc
commit
a879c59a08
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
#include <private/qeventdispatcher_glib_p.h>
|
||||
|
||||
#include <iostream>
|
||||
#include <sys/select.h>
|
||||
#include <unistd.h>
|
||||
|
||||
static int startXServer()
|
||||
|
|
Loading…
Reference in a new issue