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 /swaybar/ipc.c | |
| parent | 74d4f1bec9a70bc800ecd7b15c9c6c0d7a5ce918 (diff) | |
UnGNUify the codebase
Diffstat (limited to 'swaybar/ipc.c')
| -rw-r--r-- | swaybar/ipc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/swaybar/ipc.c b/swaybar/ipc.c index f2da7392..b08eeea8 100644 --- a/swaybar/ipc.c +++ b/swaybar/ipc.c @@ -1,4 +1,6 @@ +#define _XOPEN_SOURCE 500 #include <string.h> +#include <strings.h> #include <json-c/json.h> #include "swaybar/config.h" #include "swaybar/ipc.h" |
