commit 0feb25e0283657087dd73a06c1b5ae891e0896b3 parent 8490d1662c36bc78d575cd80b68f5a8669e8867f Author: emersion <contact@emersion.fr> Date: Sun, 15 Apr 2018 07:39:54 +0200 Merge branch 'master' into gcc_warnings 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>