summaryrefslogtreecommitdiffstats
path: root/sway/commands/workspace_auto_back_and_forth.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/workspace_auto_back_and_forth.c')
-rw-r--r--sway/commands/workspace_auto_back_and_forth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands/workspace_auto_back_and_forth.c b/sway/commands/workspace_auto_back_and_forth.c
index 22a66678..d58ae5c8 100644
--- a/sway/commands/workspace_auto_back_and_forth.c
+++ b/sway/commands/workspace_auto_back_and_forth.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_ws_auto_back_and_forth(int argc, char **argv) { 5struct cmd_results *cmd_ws_auto_back_and_forth(int argc, char **argv) {