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:
Bart Ribbers 2024-01-11 16:58:52 +01:00
parent bc30ca64dc
commit a879c59a08

View file

@ -16,6 +16,7 @@
#include <private/qeventdispatcher_glib_p.h>
#include <iostream>
#include <sys/select.h>
#include <unistd.h>
static int startXServer()