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 /sway/commands/default_border.c | |
parent | 18450dd16a3909d0ea581f5f9cad4128751870cc (diff) | |
parent | 2e1083f52cbec40ed00df27dd1fb5b4d42d9254b (diff) |
Merge branch 'master' of git://github.com/SirCmpwn/sway into new-command-aliases
Diffstat (limited to 'sway/commands/default_border.c')
-rw-r--r-- | sway/commands/default_border.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands/default_border.c b/sway/commands/default_border.c index f7710b03..8fbe8d19 100644 --- a/sway/commands/default_border.c +++ b/sway/commands/default_border.c @@ -1,5 +1,6 @@ #include <errno.h> #include <string.h> +#include <strings.h> #include "sway/commands.h" #include "sway/container.h" |