Fix building of tests on Musl by making sure to include sys/select.h

Required for access to fd_set
wilder/Plasma/6.2
Bart Ribbers 2 years ago
parent bc30ca64dc
commit a879c59a08
  1. 1
      tests/waylandservertest.cpp

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

Loading…
Cancel
Save