diff options
author | Zandr Martin <zandrmartin@gmail.com> | 2017-03-13 07:35:12 -0400 |
---|---|---|
committer | Zandr Martin <zandrmartin@gmail.com> | 2017-03-13 07:35:12 -0400 |
commit | b507462d1c66e11cce76e069a508621dc9599f07 (patch) | |
tree | 52cc52fb0ec42085c37bee5f4f2e5c5f10cf2631 /swaymsg | |
parent | 18450dd16a3909d0ea581f5f9cad4128751870cc (diff) | |
parent | 2e1083f52cbec40ed00df27dd1fb5b4d42d9254b (diff) |
Merge branch 'master' of git://github.com/SirCmpwn/sway into new-command-aliases
Diffstat (limited to 'swaymsg')
-rw-r--r-- | swaymsg/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/swaymsg/main.c b/swaymsg/main.c index 29e80f02..2c418127 100644 --- a/swaymsg/main.c +++ b/swaymsg/main.c @@ -1,6 +1,8 @@ +#define _XOPEN_SOURCE 500 #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <strings.h> #include <getopt.h> #include <stdint.h> #include <sys/un.h> |