wlr_drm: Add missing wlr_buffer import

(cherry picked from commit ec846adb54)
This commit is contained in:
Alexander Orzechowski 2022-12-03 07:57:40 -05:00 committed by Simon Ser
parent 1b440dec2e
commit fe7e7a1431

View file

@ -10,6 +10,7 @@
#define WLR_TYPES_WLR_DRM_H
#include <wayland-server-protocol.h>
#include <wlr/types/wlr_buffer.h>
struct wlr_renderer;