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