From 9534778a789a1e6a7f5a2d52cd3d1c4ad85ce0b0 Mon Sep 17 00:00:00 2001 From: burein-ita Date: Fri, 28 Feb 2025 19:37:19 -0600 Subject: [PATCH] wayland/screencopy: Add missing include needed for musl Musl stdlib does not include sys/types.h resulting in undefined dev_t. --- src/wayland/buffer/manager.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wayland/buffer/manager.hpp b/src/wayland/buffer/manager.hpp index c3f62a0..c84ee86 100644 --- a/src/wayland/buffer/manager.hpp +++ b/src/wayland/buffer/manager.hpp @@ -10,6 +10,7 @@ #include #include #include +#include #include #include