wayland/screencopy: Add missing include needed for musl

Musl stdlib does not include sys/types.h resulting in undefined dev_t.
This commit is contained in:
burein-ita 2025-02-28 19:37:19 -06:00
parent d1a172751d
commit 9534778a78

View file

@ -10,6 +10,7 @@
#include <qtclasshelpermacros.h>
#include <qtmetamacros.h>
#include <qvariant.h>
#include <sys/types.h>
#include <wayland-client-protocol.h>
#include <wayland-client.h>