From 77ac3474b629766f2a2e259d4895a0733bc78729 Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Fri, 4 Mar 2022 20:25:04 +0000 Subject: [PATCH] buffer.c: chase wlroots master Include https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/39b68ea47a661b1f7562ce283652de08f222b2be --- src/buffer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/buffer.c b/src/buffer.c index 2415d509..44891005 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -28,6 +28,7 @@ #include #include #include +#include #include "buffer.h" static const struct wlr_buffer_impl data_buffer_impl;