aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorConsolatis <40171-Consolatis@users.noreply.gitlab.freedesktop.org>2022-10-01 20:49:30 +0200
committerAlexander Orzechowski <orzechowski.alexander@gmail.com>2022-10-01 18:53:36 +0000
commite22aa2796cb54fb4c5d9f147e35ef4f2297f53cf (patch)
treeaca50aa2997fe7fd73cde3a89c70e402c034e161 /include
parent49738406a383d859ffb7d37738556b3936cacf15 (diff)
screencopy-v1: make sure wlr_buffer enum is visible
.. by including wlr_buffer.h
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_screencopy_v1.h1
1 files changed, 1 insertions, 0 deletions
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 <stdbool.h>
#include <wayland-server-core.h>
+#include <wlr/types/wlr_buffer.h>
#include <wlr/util/box.h>
struct wlr_screencopy_manager_v1 {