1
0
Fork 0
mirror of https://github.com/NickHu/sway synced 2025-01-14 08:01:12 +01:00

Set _POSIX_C_SOURCE properly

This commit is contained in:
Scott Anderson 2018-04-15 15:50:39 +12:00
parent 54ae394754
commit 0d67d56c2a

View file

@ -1,4 +1,4 @@
#define _POSIX_C_SOURCE
#define _POSIX_C_SOURCE 199309L
#include <fcntl.h>
#include <json-c/json.h>
#include <stdlib.h>