From e22aa2796cb54fb4c5d9f147e35ef4f2297f53cf Mon Sep 17 00:00:00 2001 From: Consolatis <40171-Consolatis@users.noreply.gitlab.freedesktop.org> Date: Sat, 1 Oct 2022 20:49:30 +0200 Subject: [PATCH] screencopy-v1: make sure wlr_buffer enum is visible .. by including wlr_buffer.h --- include/wlr/types/wlr_screencopy_v1.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wlr/types/wlr_screencopy_v1.h b/include/wlr/types/wlr_screencopy_v1.h index cec6100d..c1e990fa 100644 --- a/include/wlr/types/wlr_screencopy_v1.h +++ b/include/wlr/types/wlr_screencopy_v1.h @@ -11,6 +11,7 @@ #include #include +#include #include struct wlr_screencopy_manager_v1 {