screencopy-v1: make sure wlr_buffer enum is visible

.. by including wlr_buffer.h
This commit is contained in:
Consolatis 2022-10-01 20:49:30 +02:00 committed by Alexander Orzechowski
parent 49738406a3
commit e22aa2796c
1 changed files with 1 additions and 0 deletions

View File

@ -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 {