diff options
Diffstat (limited to 'sway/commands/seamless_mouse.c')
-rw-r--r-- | sway/commands/seamless_mouse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands/seamless_mouse.c b/sway/commands/seamless_mouse.c index 4d4bcc02..7760e88d 100644 --- a/sway/commands/seamless_mouse.c +++ b/sway/commands/seamless_mouse.c @@ -1,4 +1,5 @@ #include <string.h> +#include <strings.h> #include "sway/commands.h" struct cmd_results *cmd_seamless_mouse(int argc, char **argv) { |