aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/default_border.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/default_border.c')
-rw-r--r--sway/commands/default_border.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands/default_border.c b/sway/commands/default_border.c
index f7710b03..8fbe8d19 100644
--- a/sway/commands/default_border.c
+++ b/sway/commands/default_border.c
@@ -1,5 +1,6 @@
1#include <errno.h> 1#include <errno.h>
2#include <string.h> 2#include <string.h>
3#include <strings.h>
3#include "sway/commands.h" 4#include "sway/commands.h"
4#include "sway/container.h" 5#include "sway/container.h"
5 6