diff options
Diffstat (limited to 'sway/commands/mode.c')
-rw-r--r-- | sway/commands/mode.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/commands/mode.c b/sway/commands/mode.c index ed3f432f..d2985c54 100644 --- a/sway/commands/mode.c +++ b/sway/commands/mode.c @@ -1,5 +1,7 @@ +#define _XOPEN_SOURCE 500 #include <stdbool.h> #include <string.h> +#include <strings.h> #include "sway/commands.h" #include "sway/config.h" #include "sway/ipc-server.h" |