Add some missing includes/declarations

This commit is contained in:
Kirill Primak 2023-06-05 23:45:28 +03:00 committed by Alexander Orzechowski
parent c5f4df6c96
commit 3dc646ea88
9 changed files with 17 additions and 0 deletions

View file

@ -5,8 +5,10 @@
#include <stdint.h>
#include <wlr/backend.h>
#include <wlr/render/wlr_renderer.h>
#include <wlr/util/addon.h>
struct wlr_drm_backend;
struct wlr_drm_format;
struct wlr_drm_plane;
struct wlr_buffer;