Skip to content

Commit 9534778

Browse files
committed
wayland/screencopy: Add missing include needed for musl
Musl stdlib does not include sys/types.h resulting in undefined dev_t.
1 parent d1a1727 commit 9534778

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wayland/buffer/manager.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <qtclasshelpermacros.h>
1111
#include <qtmetamacros.h>
1212
#include <qvariant.h>
13+
#include <sys/types.h>
1314
#include <wayland-client-protocol.h>
1415
#include <wayland-client.h>
1516

0 commit comments

Comments
 (0)