summaryrefslogtreecommitdiffstats
path: root/sway/commands/new_float.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/new_float.c')
-rw-r--r--sway/commands/new_float.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands/new_float.c b/sway/commands/new_float.c
index 8e4e354f..432af436 100644
--- a/sway/commands/new_float.c
+++ b/sway/commands/new_float.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