diff options
Diffstat (limited to 'sway/commands/new_float.c')
-rw-r--r-- | sway/commands/new_float.c | 1 |
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 @@ #include <errno.h> #include <string.h> +#include <strings.h> #include "sway/commands.h" #include "sway/container.h" |