diff options
author | Zandr Martin <[email protected]> | 2017-03-13 07:35:12 -0400 |
---|---|---|
committer | Zandr Martin <[email protected]> | 2017-03-13 07:35:12 -0400 |
commit | b507462d1c66e11cce76e069a508621dc9599f07 (patch) | |
tree | 52cc52fb0ec42085c37bee5f4f2e5c5f10cf2631 /common/util.c | |
parent | 18450dd16a3909d0ea581f5f9cad4128751870cc (diff) | |
parent | 2e1083f52cbec40ed00df27dd1fb5b4d42d9254b (diff) |
Merge branch 'master' of git://github.com/SirCmpwn/sway into new-command-aliases
Diffstat (limited to 'common/util.c')
-rw-r--r-- | common/util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/util.c b/common/util.c index 73704afd..12ed0cdc 100644 --- a/common/util.c +++ b/common/util.c @@ -3,6 +3,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <strings.h> #include <wlc/wlc.h> #include <xkbcommon/xkbcommon-names.h> #include "log.h" |