aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/workspace.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/workspace.c')
-rw-r--r--sway/commands/workspace.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/commands/workspace.c b/sway/commands/workspace.c
index b49a3a69..c831bdfd 100644
--- a/sway/commands/workspace.c
+++ b/sway/commands/workspace.c
@@ -1,4 +1,6 @@
1#define _XOPEN_SOURCE 500
1#include <string.h> 2#include <string.h>
3#include <strings.h>
2#include "sway/commands.h" 4#include "sway/commands.h"
3#include "sway/config.h" 5#include "sway/config.h"
4#include "sway/input_state.h" 6#include "sway/input_state.h"