diff options
Diffstat (limited to 'sway/commands/new_window.c')
-rw-r--r-- | sway/commands/new_window.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands/new_window.c b/sway/commands/new_window.c index 423b5af0..722d7d75 100644 --- a/sway/commands/new_window.c +++ b/sway/commands/new_window.c @@ -1,5 +1,6 @@ #include <errno.h> #include <string.h> +#include <strings.h> #include "sway/commands.h" #include "sway/container.h" |