From 868ffdacb174b6a557c90c5fbc1821aba4d3b17a Mon Sep 17 00:00:00 2001 From: Bill Li Date: Thu, 23 Nov 2023 20:07:20 +0800 Subject: [PATCH] Chase wlroots!4097 --- sway/commands/output/transform.c | 1 + sway/desktop/output.c | 1 + sway/desktop/render.c | 1 + 3 files changed, 3 insertions(+) diff --git a/sway/commands/output/transform.c b/sway/commands/output/transform.c index f4fcc8c99..3f51a33da 100644 --- a/sway/commands/output/transform.c +++ b/sway/commands/output/transform.c @@ -3,6 +3,7 @@ #include "sway/config.h" #include "log.h" #include "sway/output.h" +#include static enum wl_output_transform invert_rotation_direction( enum wl_output_transform t) { diff --git a/sway/desktop/output.c b/sway/desktop/output.c index e02ab32d0..d9328701c 100644 --- a/sway/desktop/output.c +++ b/sway/desktop/output.c @@ -16,6 +16,7 @@ #include #include #include +#include #include "config.h" #include "log.h" #include "sway/config.h" diff --git a/sway/desktop/render.c b/sway/desktop/render.c index c4c0004e7..9cfdea842 100644 --- a/sway/desktop/render.c +++ b/sway/desktop/render.c @@ -13,6 +13,7 @@ #include #include #include +#include #include "log.h" #include "config.h" #include "sway/config.h"