diff options
author | Simon Ser <contact@emersion.fr> | 2023-11-23 13:08:09 +0100 |
---|---|---|
committer | Kirill Primak <vyivel@eclair.cafe> | 2023-11-23 16:13:19 +0300 |
commit | fd6d6f1d97deea2fc94aaeb58c85c99a498d905b (patch) | |
tree | 8b53890424cdae46c0ec049c153a07fa4907aa54 /sway/commands/output | |
parent | a946b1aecfa3f32a3bfae66d66df0bdf77440d69 (diff) |
Add wlr/util/transform.h includes
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4097
Closes: https://github.com/swaywm/sway/issues/7830
Diffstat (limited to 'sway/commands/output')
-rw-r--r-- | sway/commands/output/transform.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands/output/transform.c b/sway/commands/output/transform.c index f4fcc8c9..8db71bb3 100644 --- a/sway/commands/output/transform.c +++ b/sway/commands/output/transform.c @@ -1,4 +1,5 @@ #include <string.h> +#include <wlr/util/transform.h> #include "sway/commands.h" #include "sway/config.h" #include "log.h" |