From b02d7d0e18659b992759e8658b6d4d4393f5da6c Mon Sep 17 00:00:00 2001 From: Consolatis <35009135+Consolatis@users.noreply.github.com> Date: Sun, 7 Sep 2025 16:47:58 +0200 Subject: [PATCH] src/output.c: restore drm lease include Introduced in #3062. Its usage is guarded by a wlroots version check which prevented the CI to detect the issue. When compiled with a wlroots version > 0.19.0 (like the chase 0.20 PR) the error shows up. --- src/output.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/output.c b/src/output.c index 98da25ad..e47da9ca 100644 --- a/src/output.c +++ b/src/output.c @@ -13,6 +13,7 @@ #include #include #include +#include #include #include #include