commit 0d67d56c2ab10573e8d19f4e330303215d2aef69 parent 54ae394754533295627eacb8b26a579bc051dda9 Author: Scott Anderson <ascent12@hotmail.com> Date: Sun, 15 Apr 2018 15:50:39 +1200 Set _POSIX_C_SOURCE properly Diffstat:
| M | swaybar/status_line.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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>