From aaf828d3d24c79c2207e83d38a76c7f1cc33084f Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 26 May 2022 14:44:02 +0200 Subject: render/dmabuf: add dmabuf_import_sync_file References: https://lore.kernel.org/dri-devel/20220506180216.2095060-1-jason@jlekstrand.net/ --- render/dmabuf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'render/dmabuf.c') diff --git a/render/dmabuf.c b/render/dmabuf.c index 433cb82e..44b840f2 100644 --- a/render/dmabuf.c +++ b/render/dmabuf.c @@ -3,6 +3,7 @@ #include #include #include +#include "render/dmabuf.h" void wlr_dmabuf_attributes_finish(struct wlr_dmabuf_attributes *attribs) { for (int i = 0; i < attribs->n_planes; ++i) { -- cgit v1.2.3