wlr_drm: Add missing wlr_buffer import

This commit is contained in:
Alexander Orzechowski 2022-12-03 07:57:40 -05:00
parent a37a22e344
commit ec846adb54
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#include <wayland-server-protocol.h>
#include <wlr/render/drm_format_set.h>
#include <wlr/types/wlr_buffer.h>
struct wlr_renderer;