aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/force_focus_wrapping.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/force_focus_wrapping.c')
-rw-r--r--sway/commands/force_focus_wrapping.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands/force_focus_wrapping.c b/sway/commands/force_focus_wrapping.c
index 23019cd3..f19dd163 100644
--- a/sway/commands/force_focus_wrapping.c
+++ b/sway/commands/force_focus_wrapping.c
@@ -1,4 +1,5 @@
1#include <string.h> 1#include <string.h>
2#include <strings.h>
2#include "sway/commands.h" 3#include "sway/commands.h"
3 4
4struct cmd_results *cmd_force_focus_wrapping(int argc, char **argv) { 5struct cmd_results *cmd_force_focus_wrapping(int argc, char **argv) {