diff options
author | Drew DeVault <[email protected]> | 2015-09-18 07:27:35 -0400 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2015-09-18 07:27:35 -0400 |
commit | 318e1be240574e316094e5ea73d32e9f9a1f7c04 (patch) | |
tree | b93c54cba11fd92adb56dce49261d9adb88991fd /sway/workspace.c | |
parent | 8e25ce4e5763c74864587b0a78217eb20c299afe (diff) |
Fix warnings introduced by prior commit
Diffstat (limited to 'sway/workspace.c')
-rw-r--r-- | sway/workspace.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/workspace.c b/sway/workspace.c index 658f79bc..c169c1cb 100644 --- a/sway/workspace.c +++ b/sway/workspace.c @@ -2,6 +2,7 @@ #include <stdbool.h> #include <wlc/wlc.h> #include <string.h> +#include <strings.h> #include "workspace.h" #include "layout.h" #include "list.h" |