diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-03-10 23:41:24 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2017-03-10 23:41:24 -0500 |
commit | 9aed9d93596cdc72e305338d82ccc0dcaf85c6e2 (patch) | |
tree | b5a3db4994970b2d0033e717771b24a92503ddac /sway/commands/output.c | |
parent | 74d4f1bec9a70bc800ecd7b15c9c6c0d7a5ce918 (diff) |
UnGNUify the codebase
Diffstat (limited to 'sway/commands/output.c')
-rw-r--r-- | sway/commands/output.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/commands/output.c b/sway/commands/output.c index 01ac9f4e..e5d4b317 100644 --- a/sway/commands/output.c +++ b/sway/commands/output.c @@ -1,7 +1,9 @@ +#define _XOPEN_SOURCE 500 #include <ctype.h> #include <libgen.h> #include <stdlib.h> #include <string.h> +#include <strings.h> #include <unistd.h> #include <wordexp.h> #include "sway/commands.h" |