From fe7e7a1431bea92f03132a4ed113867f7b6c6ec7 Mon Sep 17 00:00:00 2001 From: Alexander Orzechowski Date: Sat, 3 Dec 2022 07:57:40 -0500 Subject: [PATCH] wlr_drm: Add missing wlr_buffer import (cherry picked from commit ec846adb548d2e6a2f352b5074249d8d738e37c9) --- include/wlr/types/wlr_drm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wlr/types/wlr_drm.h b/include/wlr/types/wlr_drm.h index efcf139fe..b19b0906b 100644 --- a/include/wlr/types/wlr_drm.h +++ b/include/wlr/types/wlr_drm.h @@ -10,6 +10,7 @@ #define WLR_TYPES_WLR_DRM_H #include +#include struct wlr_renderer;