From 9188a34860d680cae3ce43063fc2ead8840426be Mon Sep 17 00:00:00 2001 From: Tert0 <62036464+Tert0@users.noreply.github.com> Date: Wed, 11 Dec 2024 22:30:41 +0100 Subject: [PATCH] fix a missing include --- sway/commands/emit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sway/commands/emit.c b/sway/commands/emit.c index 305eaf9b7..06defefb7 100644 --- a/sway/commands/emit.c +++ b/sway/commands/emit.c @@ -5,6 +5,7 @@ #include "sway/input/seat.h" #include "sway/tree/container.h" #include "stringop.h" +#include "util.h" struct keycode_matches {