]> git.mdlowis.com Git - proto/labwc.git/commitdiff
src/output.c: restore drm lease include
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Sun, 7 Sep 2025 14:47:58 +0000 (16:47 +0200)
committerHiroaki Yamamoto <hrak1529@gmail.com>
Sun, 7 Sep 2025 15:51:22 +0000 (00:51 +0900)
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

index 98da25ade53e1979d58a8d624642af549802941f..e47da9ca45cf6b3b1b2bb835aa898f3865f90123 100644 (file)
@@ -13,6 +13,7 @@
 #include <wlr/backend/drm.h>
 #include <wlr/backend/wayland.h>
 #include <wlr/types/wlr_cursor.h>
+#include <wlr/types/wlr_drm_lease_v1.h>
 #include <wlr/types/wlr_gamma_control_v1.h>
 #include <wlr/types/wlr_output.h>
 #include <wlr/types/wlr_output_management_v1.h>