diff options
Diffstat (limited to 'render/dmabuf.c')
-rw-r--r-- | render/dmabuf.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <unistd.h> #include <wlr/render/dmabuf.h> #include <wlr/util/log.h> +#include "render/dmabuf.h" void wlr_dmabuf_attributes_finish(struct wlr_dmabuf_attributes *attribs) { for (int i = 0; i < attribs->n_planes; ++i) { |