diff options
author | Scott Anderson <ascent12@hotmail.com> | 2018-04-15 15:50:39 +1200 |
---|---|---|
committer | Scott Anderson <ascent12@hotmail.com> | 2018-04-15 15:50:39 +1200 |
commit | 0d67d56c2ab10573e8d19f4e330303215d2aef69 (patch) | |
tree | db42ce83c6af26f11143fc1a0c43ca69cd550265 /swaybar | |
parent | 54ae394754533295627eacb8b26a579bc051dda9 (diff) |
Set _POSIX_C_SOURCE properly
Diffstat (limited to 'swaybar')
-rw-r--r-- | swaybar/status_line.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swaybar/status_line.c b/swaybar/status_line.c index 8afe4707..8d781ca3 100644 --- a/swaybar/status_line.c +++ b/swaybar/status_line.c @@ -1,4 +1,4 @@ -#define _POSIX_C_SOURCE +#define _POSIX_C_SOURCE 199309L #include <fcntl.h> #include <json-c/json.h> #include <stdlib.h> |