diff options
author | taiyu <taiyu.len@gmail.com> | 2015-09-18 07:23:04 -0700 |
---|---|---|
committer | taiyu <taiyu.len@gmail.com> | 2015-09-18 07:23:04 -0700 |
commit | 0d51f62224a3c2e65894f1725076a588b172447c (patch) | |
tree | 35529e2a7888e4d3af0997371efd1da5bbf2ad15 /sway/container.c | |
parent | d2e2b04bfd505561981c9137bfc493bb8effe63e (diff) | |
parent | 318e1be240574e316094e5ea73d32e9f9a1f7c04 (diff) |
merge + no c_extensions
Diffstat (limited to 'sway/container.c')
-rw-r--r-- | sway/container.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/container.c b/sway/container.c index d6bcc4c2..4c523827 100644 --- a/sway/container.c +++ b/sway/container.c @@ -1,7 +1,9 @@ #include <stdlib.h> #include <stdbool.h> #include <strings.h> +#include <string.h> #include "config.h" +#include "stringop.h" #include "container.h" #include "workspace.h" #include "focus.h" |